This is a migrated thread and some comments may be shown as answers.

[Solved] Save a row, delete it, without refresh in batch edit mode

0 Answers 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
carlg
Top achievements
Rank 1
carlg asked on 06 Jun 2012, 11:53 AM
I'm using a grid in batch edit mode.  If the user adds a row to the grid and then clicks the save button, it works perfectly fine.  If the user then immediately clicks the delete button on that same row and then clicks save without clicking the browser refresh, the grid sends the same row back to my controller twice (once as an add and once as a delete).

After the add happens, is there a way to reset the grid somehow so it doesn't send the row back twice?

Tags
Grid
Asked by
carlg
Top achievements
Rank 1
Share this question
or