Questions tagged [kendo-menu]

The Menu UI widget of Kendo UI.

The Menu UI widget of Kendo UI. Kendo UI is a JavaScript framework build on top of jQuery and provides a set of UI widgets that support HTML5 for mobile and web development.

A Menu widget could be configured with the properties:

  • animation: provides menu animations with effects
  • direction : provides a menu opening direction
  • orientation: root menu orientation

The menu items are added to the menu through jQuery selectors. It also accepts a target item as a JSON object.


Related tags

51 questions
0
votes
2 answers

kendo menu ui on open create submenu

I'm trying to create the submenu thru an ajax call sending the parent element as a parameter to get the submenu items on the open event but is not working. Has anyone have an idea how this can be done? Thanks
0
votes
1 answer

Kendo UI menu open() close() not working in hidden parent

I've made an example: http://dojo.telerik.com/IyAFA I have a sample menu and I want to close it in some events. To test the example first drag over "Hover me" button (menu should be closed). Then click "Show Menu" button to see how it looks like. I…
mihkov
  • 1,171
  • 13
  • 37
0
votes
1 answer

Dynamic Kendo Menu which uses Ajax to call actions

Here is code I have and the menu displays. @(Html.Kendo().Menu() .Name("MainMenu") .BindTo(_userMenu.UserMenuItems, mappings => { …
kfrosty
  • 805
  • 1
  • 8
  • 14
0
votes
1 answer

Kendo Menu dataSource imageUrl not accepting content

I am using Kendo controls in my application. Where in I have a Menu control having datasource in my controller. Currently I am passing relative path of URL for imageUrl. But with increased application, now there are many calls going to backend. So I…
Sammi
  • 109
  • 3
  • 11
0
votes
1 answer

How to set popupCollision configuration property of Kendo Menu using Asp.Net Mvc HtmlHelper?

The example for Kendo Menu documentation here sets the popupCollision property in Javascript. How can this property be set using Asp.Net MVC HtmlHelpers for Kendo Menu?
surajnaik
  • 725
  • 2
  • 10
  • 26
0
votes
1 answer

Kendo UI - Menu - Is there a way where i can get all the menu items to be the same width (equal)

I have a menu with 7/8 options. I would like the width of these to be the same because when I try and resize the browser window and reduce the width the menu items go onto the next line (which is fine) however, its very messy. If the menu item width…
0
votes
1 answer

kendoMenu how to center menu if menu width is not known beforehand

I have the following menu structure (Edited from original post): Site Title
fuzzlog
  • 131
  • 3
  • 18
0
votes
1 answer

Kendo UI Menu - Change text color of just top level not sub menu's?

I have a menu similar to the following: ---> Sport ---> Football ---> Players ---> Rules ---> Cricket ---> Baseball ---> Showbiz And i just want to change the color of just the top level menu items 'Sport' and…
Simmy Dhanda
  • 139
  • 1
  • 4
  • 13
0
votes
1 answer

Menu is not showing menu items after using kendo splitter below menu

My menu is not showing items when I click on the setup menu item. Before using the kendo splitter it worked fine. Now the menu doesn't pop up even after setting a higher z-index on the menu element. This is my menu bar
0
votes
2 answers

KendoUI Menu link in panel not working when openOnClick is true and closeOnClick is false

After much testing I have found that my menu no longer works due to what appears to be a bug in the kendo ui menu component. This used to work, and it no longer does. As we are still in the early phases of the project we are not using nav that…
user2109254
  • 1,709
  • 2
  • 30
  • 49
0
votes
1 answer

how to load a treeview in menuitem using kendo menuitem template?

I need a treeview in the kendo menuitem,so i have used a template for menuitem and defined a div with id as "treeviewinmenu" now i am trying to define a treeview with id "treeviewinmenu" in document ready function but the treeview is not defined.The…
0
votes
1 answer

assigning array to kendo menuitem?

I have been using a template for kendo menu i need to push the menu items dynamically so i have used a array like called "dt" now i am having problem in assigning this array "dt" to the menu item so,please suggest me how to assign a array for the…
0
votes
1 answer

Kendo Menu BindTo Sitemap and configure each item

How can I add styling(htmlattribute) to each item while menu bind to web.sitemap web.sitemap
gurulay
  • 45
  • 1
  • 2
  • 10
0
votes
1 answer

Set selected Kendo menu item with HtmlAttributes to hiddem form field

i have a kendo menu that is bound to my form by the onclick event like this @(Html.Kendo().Menu() .Name("MenuCreate") .Items(items => { items.Add().Text("<<").Action("Index", "BSfune"); …
blackkatt
  • 3
  • 5
0
votes
2 answers

How can we display the menu items at the top

I have defined the kendo window in the following fiddle. How can we display the kendo menu items at the top. the fiddle link : http://jsfiddle.net/Naidu526/gX2tM/ How can i display the menu on top. I have written the code like: Html:
Jonathan
  • 1,659
  • 8
  • 34
  • 54