Completed
Last Updated: 07 Sep 2021 07:29 by Michael
Created by: Ken
Comments: 17
Category: Menu
Type: Feature Request
98
It would be great to be able to simply connect the menu widget to a DataSource to populate. It will allow for a data driven menu, instead of having to handle that logic on the client side.
Completed
Last Updated: 09 Dec 2019 11:12 by ADMIN
WI
Hi Telerik Team,

Just wanted to point out that it would be nice if you could kindly put "-Bruce Lee" after the "Content is like water" quote. 

Thank you
Completed
Last Updated: 06 Dec 2019 09:46 by ADMIN
According to the documentation at:

http://docs.kendoui.com/kendo-ui/api/web/menu#configuration-dataSource 

you can add the following information to a dataSource:

text
cssClass
url
encoded
content
imageUrl
spriteCssClass

However you cannot add an id to the menu item you are creating.  This makes it very difficult to remove items by using:

menu.remove("#Item1");

The only way round this is to assign a unique class to each menu item and then remove them using:

menu.remove(".news");

If an id can be added that would be great.  You have an example here:

http://docs.kendoui.com/kendo-ui/api/web/menu#methods-remove

Which is what we would like to do except the items will be created via a program and not static HTML.
Completed
Last Updated: 06 Dec 2019 09:34 by ADMIN
Created by: Angelo
Comments: 3
Category: Menu
Type: Feature Request
24
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.
Completed
Last Updated: 06 Dec 2019 09:24 by ADMIN
Created by: José Manuel
Comments: 1
Category: Menu
Type: Feature Request
1
Hi,

ContextMenu scroll ( contextmenu height ). ( telerik RadContextMenu do it )

Thanks
Completed
Last Updated: 06 Dec 2019 08:05 by ADMIN
Created by: David Apelt
Comments: 1
Category: Menu
Type: Feature Request
3
In the kendo ui menu, we need the ability to associated a number (or primary key) with the menu so that when it is clicked we can then use this id and make an async js callback or the like.  At the moment the only thing we have available is the menu item text.  What happens if the menu has two menu items with the same text? ie File -> Properties and Folder -> Properties?
Completed
Last Updated: 05 Feb 2019 14:34 by ADMIN
Created by: Shawn
Comments: 1
Category: Menu
Type: Feature Request
0
Please fix your demo page.
https://demos.telerik.com/kendo-ui/menu/context-menu

I'm showing a js error and am not able to see the demo work.  Thanks!
Completed
Last Updated: 15 May 2017 11:19 by ADMIN
Created by: Tom Stacy
Comments: 3
Category: Menu
Type: Feature Request
36
Add an overflow option/setting to the menu control. If the height or width of a menu group exceeds the current page viewport height or width, a new section would be added to the beginning and end of the menu to allow scrolling without adding scrollbars. 

Example - If a horizontal menu has a sub menu that exceeds the height of the current page viewport, add sections to the top and bottom of the sub menu to allow the menu items to be scrolled up or down (mouseover or click) without adding a scrollbar to the sub menu.