AD
Administrator
Syncfusion Team
December 20, 2002 03:23 PM UTC
Here is something you can try. Catch the CurrentCellChanged event, and if the currentcell is your checkbox column (look at GridDataBoundGrid.CurrentCell.ColIndex), then try calling GridDataBoundGrid.Binder.EndEdit to save the chhanges immediately.