Hello,
I have really some problems using the webdatagrid in order to make simple CRUD with a database.
I have my grid with some data and outside of my grid, I have "new row" button, "edit" button, "delete" button and "save" and "cancel" button.…
I tried to implement batch update (AutoCRUD=false) with activation, but my implementation works for normal update but I got a problem when edit the same row for TWICE.
protected void WebDataGrid1_RowUpdating(object sender, RowUpdatingEventArgs e){
//Add…