AD
Administrator
Syncfusion Team
September 17, 2004 01:04 PM UTC
You can try
grid.CurrentCell.EndUpdate();
grid.Binder.EndUpdate();
The first call end the updating of teh currentcell and the second should flush any cached row changes to the datasource.
AD
Administrator
Syncfusion Team
September 17, 2004 01:05 PM UTC
Oops. I was thinking GridDataBoundGrid.
In a GridControl, calling grid.CurrentCell.ConfirmChanges should do the trick.