Skip to main content

I want to know when a user begins and ends editing a list view row. I can trap the user commits an edit with List item changed but how would I trap when the user cancels an edit? I have a button for Cancel which I can trap but the user can press Esc. Is there a way to trap the Esc key or the cancelling of an edit?

Hi,

 

You can try writing a javascript to prevent user from keying ESC key. So that the user will have to press the cancel button.


Reply