Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

ListGrid removedClickHandler

$
0
0
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

Viewing all articles
Browse latest Browse all 4756

Trending Articles