How to deselect a row after editing it
How to deselect a row after editing it
TomBajzek
Posts: 164Questions: 37Answers: 1
I need to deselect a row after successfully editing it. I made a handler for the 'submitSuccess' event, but I have not figured out how to refer to the row that was just edited, which is still selected.
I think I need to use row().deselect(), but I haven't figured out how to refer to the currently selected row, the one that was just edited.
Thanks,
Tom
This discussion has been closed.
Replies
See the documentation here for more details.
Allan