I've found some posts in old forums about the problem but they were left with no response.
When trying to navigate through the page using Tab key focus stucks on menu and there's no way to leave it except using mouse.
Is there any workaround for that?
I am posting in this thread since I have a similar issue.
Tony, could you confirm that ESC key should close the WebMenu?
If so, there is Infragistics issue, because the ESC key is not trapped by WebMenu and does NOT close the current menu.
Please, open the CopyPaste page in the Infragistics Samples (under ASP.NET\Samples\CS\WebGrid\CopyPaste\Default.aspx)
Is there a workaround such as creating a hidden menu item with accesskey=ESC.
If doable?, how can I set my accesskey to ESC?
Thanks,
If you haven't done so, I'd suggest reporting this behavior along with your expected behavior to our developer support group (http://ko.infragistics.com/gethelp)
-Tony
How can I treat navigation by tab through the menu? any CSOM handler for that or something else?
No it doesn't. The best thing I can think of is passing through menu and skip to the next control on the page.
Pressing the ESC key should close the menu and enable you to move focus on to the next element on your page. Does this work for you?