AD
Administrator
Syncfusion Team
October 12, 2004 01:06 PM UTC
Hi Ted,
EndEdit calls ConfirmChanges if CurrentCell.IsModified = true.
After ConfirmChanges returns back the EndEdit will end editing for the current cell (e.g. take away the focus/caret from the textbox).
If you call ConfirmChanges directly the current cell will remain in edit mode. Only CurrentCell.IsModified will be reset and changes are saved to the underlying style object.
Stefan