User1596751078 posted
I have a GridView that is populated based on the selections of multiple dropdown menues. I can Edit, Update and Cancel fine. The problem lies in what appears to be a bug in the GridView Edit control. If you click Edit, then change the dropdown
selections without Updating or Canceling the Edit, the GridView will update with new data based on the selections and the row will remain in Edit on the same row, but with the new data values. At this point the customer could potentially edit the wrong
record. How can I cancel the GridView edit on GridView.Databind()