-
Notifications
You must be signed in to change notification settings - Fork 430
Closed
Description
Is there a way to determine or catch the event for when a cell edit box or dropdown is opened? I see before and after save events, but these both appear to fire when you are leaving the input rather than when you are entering it.
This is important for me because I do not want to Ajax refresh the data while someone is editing a box and have them lose their current edits.
Thanks!