AD
Administrator
Syncfusion Team
March 29, 2003 02:03 PM UTC
Normal behavior is for the grid to push the changes back to the DataSource when the user changes rows. If you want it to occur as you leave the cell whether or not it is to a new row, then you can handle CurrentCellMoved and call this.gridDataBoundGrid1.Binder.EndEdit();
to force the change back to the datasource on any move.