Completed
Last Updated: 06 Dec 2019 09:34 by ADMIN
Angelo
Created on: 30 Mar 2012 18:41
Category: Menu
Type: Feature Request
24
Menu - Allow full control over click and hover events
Kendo UI is so customizable, which is why I'm transitioning away from DHTMLX, jQuery UI and jQuery Mobile. The Menu currently allows some control over click events, but I think, in keeping with Kendo's current customization options, full control over click and hover events would be a great thing to have.

I was able to mock this by commenting out 1 line of code, so to add as a configure option, this should be pretty easy to implement.
3 comments
ADMIN
Ivan Danchev
Posted on: 06 Dec 2019 09:34

Hi,

Separate openOnClick options for root items and for sub items have been implemented in R3 2017:

https://docs.telerik.com/kendo-ui/api/javascript/ui/menu/configuration/openonclick#openonclickrootmenuitems

https://docs.telerik.com/kendo-ui/api/javascript/ui/menu/configuration/openonclick#openonclicksubmenuitems

 

Regards,
Ivan Danchev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
ADMIN
Telerik Admin
Posted on: 04 Dec 2015 16:28
openOnClick configuration is supported for root submenu item groups only, as explained in this section of the documentation: http://docs.telerik.com/kendo-ui/api/javascript/ui/menu#configuration-openOnClick

I'll pass your feedback to the devteam to be taken into consideration. 
Imported User
Posted on: 03 Dec 2015 16:39
I tried finding this line of code but could not find it. Looks like its changed in the new version. Now I do not have any option to open the Sub menu items only on click instead of hover. Suggesting to provide full control to handle menu and submenu. there should be an option of openOnClick for submenu as well.