On client browser, if I:
- Add a new row to grid
- then Delete the same row from grid
- and then submit the grid changes to the server
Then the UpdateRowBatch event if fired for the row added even though it was deleted.
Is this correct? Surely it should either not fire an event or also fire the DeleteRowBatch event for the row?
It looks like updaterowbatch gets fired, but you can see that the corresponding Row values are all null.
.