Why would this exception be thrown when I issue the command
PerformAction(UltraGridAction.ExitEditMode)
At the time, ActiveCell.IsInEditMode is True.
This is 8.3.1000
Thanks,
Campbell
Hmm, even the line
Enabled = False
causes this same exception.
The result is a disabled grid, with an active editor, still in edit mode, layered on top. :-/
Ah, figured it out. I was resizing the columns in one of the other events. Confusing error message tho!
I don't understand what you mean. What control are you using? How are you selecting a date?
Can you post the call stack of the Exception?
Hi ,
I am getting these exception when I try to select the date from the control.
Is thir any work around for this exception .