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
1 answer

how to solve kendo menu issue when reduce the size of a web browser

I have kendo menu( @(Html.Kendo().Menu()) in my web page.When the user reduce the size of web browser user cannot see all the menu items.How to solve this problem.Pleases reply
Rojish Varughese
  • 83
  • 1
  • 2
  • 8
0
votes
3 answers

how to add scrolling for kendo menu?

I have kendo menu( @(Html.Kendo().Menu()) in my web page.When the user reduce the size of web browser user cannot see all the menu items.Can i add scrolling for this menu?
0
votes
1 answer

How do I fix the spacing of the arrows on Kendo menu items with children?

I have a horizontal Kendo menu as my main navigation menu. On those menu items that have children, it has a right-arrow against the end of the menu item text, but right against it, with almost negative spacing. I have tried adding padding-left,…
ProfK
  • 49,207
  • 121
  • 399
  • 775
0
votes
1 answer

How do I make a Kendo Menu open on hover, not on click?

I have a Kendo menu as my main menu, with config starting like @using Kendo.Mvc.UI @(Html.Kendo().Menu() .Name("main-menu") .OpenOnClick(false) .Items(items1 => Finding no other config option, I thought making OpenOnClick false would…
ProfK
  • 49,207
  • 121
  • 399
  • 775
-1
votes
1 answer

Kendo UI Menu items select issue

Issue: Clicking on the image in the kendo menu item, the select event is not triggering. what i have tried: See the sample code below