How commit changes from cells into databind dataset?

When I edit some cells in a GridDataBoundGrid and I click outside the grid the new values are not commited in the datasource. They only do when, after editing, I click on another cell from another row in the datagrid! How can i force this databinding? Thanks

1 Reply

AD Administrator Syncfusion Team October 9, 2003 12:41 PM UTC

Try handling the Control.Validate event of the grid control and call grid.Binder.EndEdit(). Stefan

Loader.
Up arrow icon