This example demonstrates how to switch a GridView to read-only mode and implement the Create, Update, Delete, and Insert operations in a popup form. In this example, you can also edit data after double-clicking a row.
Example Comments
Added By: Brandon B at: 5/20/2013 9:07:53 PM
I downloaded this example and I tried to edit an existing record by clearing the "comment" field in the EditForm and the "comment" field is now blank. Instead of saving the EditForm, I click the Cancel button (the "comment" field is still blank.) which closes the EditForm as it should. However, when I view the Grid, the "comment" field is blank but it should not be because I clicked cancel. I have narrowed it down to the Person object but I can't figure out how to make it work properly. Any ideas? Thanks in advance!