Updating datasource on checkbox click in databound grid

is there a way to on CurrentCellChanged to update the datasource.

1 Reply

AD Administrator Syncfusion Team April 10, 2004 05:02 PM UTC

Try calling this.grid.CurrentCell.EndEdit(); this.grid.Binder.EndEdit();

Loader.
Up arrow icon