Greetings.
I'm using RadGrid with an ObjectDataSource and SQL Server. All works well. However, I would like to have more control over when the changes to the data are sent (updated) to the database. That is, I would like to allow the user to make changes in multiple rows of the grid, and then save them when he presses a "Save" button or discard them by pressing a "Cancel" button.
I set AllowAutomaticUpdates to false, but then the user's changes to the data are lost when he presses "Update."
I've done my due diligence with the documentation, forums and such, but can't find the solution.
Thanks.
I'm using RadGrid with an ObjectDataSource and SQL Server. All works well. However, I would like to have more control over when the changes to the data are sent (updated) to the database. That is, I would like to allow the user to make changes in multiple rows of the grid, and then save them when he presses a "Save" button or discard them by pressing a "Cancel" button.
I set AllowAutomaticUpdates to false, but then the user's changes to the data are lost when he presses "Update."
I've done my due diligence with the documentation, forums and such, but can't find the solution.
Thanks.