Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
WebData Grid Tab Press
posted

Hi,

I am having some issues with tab key when the grid cell is in edit mode.

In the activationCellChanging client script am checking the keyCode to trace some keys.

Am using the method

   eventArgs.get_browserEvent().keyCode

This is working for all other keys. But then the tab key is pressed and the cell is in edit mode i got undefined error.

get_browserEvent() is undefined.

When the cell is in the normal mode (non editing) , i got eventArgs.get_browserEvent().keyCode=9

Please let me know what is the issue.

Regards

Jojesh

Parents Reply Children
No Data