Accepting CheckBox Changes

I am having a problem getting the changed ''state'' of a CheckBox cell to be accepted in a GridControl when the focus remains in that cell. If the state of the CheckBox cell is changed, a call to EndEdit does not force the change to be accepted for that CheckBox cell (CurrentCellAcceptedChanges doesn''t get called). How can I force it to accept the changes?

2 Replies

AD Administrator Syncfusion Team August 26, 2004 02:07 PM UTC

You can call grid.CurrentCell.ConfirmChanges.


AD Administrator Syncfusion Team August 26, 2004 03:27 PM UTC

Thanks Clay. >You can call grid.CurrentCell.ConfirmChanges.

Loader.
Up arrow icon