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

How to select menu item programmatically in Kendo menu

I have a menu with values and I want to add a Key shortcut that will select that item. I can demonstrate in this fiddle exactly what I am looking for function onSelect(e) { var item = $(e.item), menuElement = item.closest(".k-menu"), …
Nick
  • 2,877
  • 2
  • 33
  • 62
1
vote
0 answers

Kendo Grid/Kendo Menu Selection Issue in IE Version 10.0.9200.16438

We are making use of Kendo UI Grid/Kendo Menu in our application. We have selectable() enabled for Kendo UI Grid and it works as expected in all the browsers IE,Firefox and in Google Chrome. Users will be able to select a row in the Grid and will be…
1
vote
1 answer

Remove extra space right of Kendo menu

How to remove extra space of Kendo menu item displaying at end. Here is an image of my menu: In the above menu after Events it is displaying an extra blank. Is there any way to hide or remove it?
jestges
  • 3,686
  • 24
  • 59
  • 95
1
vote
1 answer

Can a Kendo menu contain a combobox as a menu item

I posted regarding this issue How to use a restricted to list combobox in a kendo ui menu but neglected to post code and was slammed for it. So, I am going to try to explain my questions clearly here. (1) Can the kendo-menu support the use of a…
pjtallman
  • 23
  • 4
1
vote
3 answers

Kendo menu onSelect, how to determine the last child

I'm working with the Kendo UI menu widget, and would like to only trigger the onSelect event when the last child menu item has been selected: For example, let's say I select "Business Group" menu item below. I then want to trigger additional…
bob.mazzo
  • 5,183
  • 23
  • 80
  • 149
1
vote
0 answers

How to change text of kendoui menu item that has sub items

Does anybody know how to change only the text of a kendoui menu item using either Javascript or JQuery? For example a user clicked on the "Medium Size Files" sub menu. I like to replace "Filter Comments" (Parent menu of "Medium Size Files" sub…
Allan Chua
  • 9,305
  • 9
  • 41
  • 61
1
vote
2 answers

Kendo grid populates under kendo tab strips

I don't see any examples of kendo grid with kendo tabstrips being done. Is that not possible? As I tried kendo-tabstrip demo and kendo-grid demo. Both are working cool separately, but when I merge the code tabstrips are not showing properly.
anshul
  • 25
  • 1
  • 9
0
votes
1 answer

Kendo data-binding messes up the menu

I am using Kendo UI for JQuery and need to create a data-bound Kendo menu. By data bound, I mean that the items need to be data bound to an array property of a Kendo observable. The issue is that it appears that MVVM binding messes up formatting and…
user1044169
  • 2,686
  • 6
  • 35
  • 64
0
votes
1 answer

How to create one function to insert a word when I click on it in Angular .kendo context menu

I'm having trouble figuring out how I'm going to be able to insert a word when click on it from the context menu, my code is this : public items: component.ts any[] = [ { text: "hello", items: [{ text: "Item1.1" },…
0
votes
1 answer

How I can increase the width of the filter menu in the column menu in Kendo Grid?

I know about the possibilities of using filterMenuInit. But this event not fired when I use columnMenu. I tried to use columnMenuOpen and change the style for elements inside .k-animation-container, but unfortunately unsuccessful. Can anybody help…
eustatos
  • 686
  • 1
  • 10
  • 21
0
votes
3 answers

Open url in new tab based on data in service in Kendo Menu

I searched around number of posts, but haven't any solution applicable to my scenario. I am population kendo-menu dynamically using an array build via sql.
SilverFish
  • 1,014
  • 6
  • 28
  • 65
0
votes
1 answer

How to set focus to specific menu item in kendo menu

I would like to open specific menu item and set focus on keydown event. I can open kendo menu by following code but can't set focus over there. Thanks is Advance !
AGH
  • 353
  • 1
  • 14
0
votes
2 answers

How to put icons into a Kendo Menu?

I have the following Kendo Menu: