We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Save data in DataBoundGrid

How do I get changes made in the grid back to the datasource?

1 Reply

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.

Loader.
Live Chat Icon For mobile
Up arrow icon