AD
Administrator
Syncfusion Team
January 18, 2007 03:26 PM UTC
Hi Kumar,
To push all data to underlying datasource for every cell movement, you need to call in Binder.EndEdit Method(before calling this , you need to call the CurrentCell''s Edit method). Here is a code snippet.
this.grid.CurrentCell.EndEdit(); //saves the currentcell
this.grid.Binder.EndEdit(); //removes the pencil
Regards,
Haneef