I have a page with 6 tabs. In each tab is a RadGrid with a ContextMenu.
I am enabling keyboard support for the page and successfully have the context menus opening with hotkey (Shift+F10) by capturing onkeydown in RadGrids.
But how do I detect (when menu is open) that the escape key has been pressed so I can call menu.close();
I tried attaching an onkeydown attribute handler to the menu but that didn't work.
Thanks,
Sean