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

Data Bound Grid/Saving

When I enter on a data bound grid and try to save the data, the underlying datasource did not recognize any changes. After investigating, I found I had to move off to another row in the table in order to "commit" the changes to the table before saving. Is there a way to do this programmatically as the users will not know to do this. I have tried Move and MoveTo both neither one seems to work. I almost need a grid.AcceptChangesInProgress type method..

1 Reply

AD Administrator Syncfusion Team December 21, 2004 08:12 AM UTC

Before saving the changes, you can try calling these methods. grid.CurrentCell.EndEdit grid.Binder.EndEdit The first end any outstanding edit in teh currentcell, and the second end teh edit of teh row.

Loader.
Live Chat Icon For mobile
Up arrow icon