AD
Administrator
Syncfusion Team
February 26, 2007 05:29 PM UTC
Hi Martin,
Try setting the DirectSaveCellInfo property of the grid to true to save cell changes without moving the current record(without calling the EndEdit method).
this.grid.Binder.DirectSaveCellInfo = true;
Best regards,
Haneef