Hello Telerik,
I want to handle the "enter" key while keyboard navigation is enabled.
I could handle the keydown event within the tbody.
I need to handle a keypress event in a custom editor too. And here comes the trouble.. I registered a keypress event in the custom editor but is never fired with the "enter" key. The other keys like letters and numbers fire the event.
I could reproduce my code logic here:
http://trykendoui.telerik.com/onaD
am I missing something? My requirement is to handle keydown => keypress => and keyup in the editor.
The keydown and keyup is firing ok.
Can you help me?
Thank you in advance,
regards
I want to handle the "enter" key while keyboard navigation is enabled.
I could handle the keydown event within the tbody.
I need to handle a keypress event in a custom editor too. And here comes the trouble.. I registered a keypress event in the custom editor but is never fired with the "enter" key. The other keys like letters and numbers fire the event.
I could reproduce my code logic here:
http://trykendoui.telerik.com/onaD
am I missing something? My requirement is to handle keydown => keypress => and keyup in the editor.
The keydown and keyup is firing ok.
Can you help me?
Thank you in advance,
regards