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