2
Answers

Only post to database on button click event but still edit data in Grid.

On a form with a DataGrid I want to allow users to edit data but not actually post to the database until they press the save button and if they press the cancel button I want for all changes made in the Grid to the data to be undone. How can I do this?

Donnelly

Answers (2)