Hi,
I have a ListGrid which has canRemoveRecords set to true and autoSaveEdits set to false. So, if a user deletes one row in the grid, the row is marked as deleted until the entire grid is saved.
I would like to perform some additional logic after the user has deleted, or undone a deletion of one row.
The removeClickHandler can be used to to detect that the user has clicked on a delete icon. However, this handler is called before the delete/undo action is done. I´m looking for a handler that is called after the delete/undo is done.
Is there a handler that is called after the row has been marked as deleted?
Regards
Rolf
I have a ListGrid which has canRemoveRecords set to true and autoSaveEdits set to false. So, if a user deletes one row in the grid, the row is marked as deleted until the entire grid is saved.
I would like to perform some additional logic after the user has deleted, or undone a deletion of one row.
The removeClickHandler can be used to to detect that the user has clicked on a delete icon. However, this handler is called before the delete/undo action is done. I´m looking for a handler that is called after the delete/undo is done.
Is there a handler that is called after the row has been marked as deleted?
Regards
Rolf