jQWidgets Forums
jQuery UI Widgets › Forums › Navigation › Menu, Context Menu › Circular key Navigation for Context Menu
Tagged: Context Menu
This topic contains 5 replies, has 2 voices, and was last updated by Peter Stoev 11 years, 5 months ago.
-
Author
-
Hi,
When I select the Rows in a Grid and make right click to get the context Menu.
Am trying to navigate the list in a context Menu, I can’t able to navigate through Up and Down Arrow Keys.
It only selected the Grid Rows not the context Menu list’s.
Can you tell me how to approach this Problem ?
Regards
IyanarHi Iyanar,
The Context Menu does not have Keyboard navigation so It will not be able to navigate through the Menu items with Arrow keys.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHI Stoev,
Thanks for the reply. Tell me, Is there any alternate approach for the above Problem ?
And I have one more issue on JqxMenu. When am trying to Right Click on JQXMenu, Expected it shouldn’t open.
But here Menu is opening when am trying Left and Right Click of Mouse.
Can you tell me how to avoid the Right Click When we click on JqxMenu ?
Regards
IyanarHi Iyanar,
The feature you’re looking for is not implemented and I would not be able to offer you a solution or work-around.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHI Stoev,
rowdoubleclick function is not working as Expected.
In our Project, we have a one grid with Jqwidgets Context Menu implementation.
When I have Right Click in a grid the Context Menu opens fine. Also we have implemented, When am trying dobleclick on grid Row we need show one Navigation window.it is also working fine when I make Left Mouse Double click.
When I make Sudden Left and Right Click it is working fine as expected.
But the Problem which I facing is When I make Sudden Right and Left Click over the Grid, Both the context Menu and Navigation window opens Parallel. It Seems rowdoubleclick function takes Double Click as Left and Right Click of the Mouse Button.
How to make Double click event which allows only for Double Click Left Mouse button and not for Right Mouse button Double Click.
Can you tell me how to approach this Problem ?
Regards
IyanarHi Iyanar,
As far as I understand you do have code which listens for events and which does something when an event is raised. However, I do not think that this is a problem on our side, because the events are raised correctly by the widget, but the event handling is something which depends only on your implementation.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.