Questions tagged [kendo-contextmenu]

A component of the Kendo UI framework.

Context menu is a Kendo UI () component.


Related tags

22 questions
6
votes
2 answers

Adding additional data to Kendo UI Context Menu items

I want to utilize the Kendo UI Context Menu in my app. I was expecting the standard behavior of having text displayed in the menu itself but a different value (an ID or key) being returned to the select event handler. For instance, the menu displays…
Shai
  • 3,659
  • 2
  • 13
  • 26
6
votes
2 answers

Cannot open the edit popup of kendo grid using jquery

I am implementing a context menu for my kendo grid on MVC page. I am trying to call the edit button on my kendo grid using on click of the context menu. I have implemented event on my context menu and on the event written jquery code to call fire…
Tom
  • 8,175
  • 41
  • 136
  • 267
4
votes
0 answers

Handle keypress/keydown/keyup on kendo-contextmenu in Angular

I have a kendo-grid contained inside a chromium browser. The grid has a couple of context menu items appearing on a right click on any of the cell of the grid. Irrespective of the cell right clicked, the context menu items are same. What I am unable…
4
votes
1 answer

Kendo UI Context Menu mention to exclude element in filter

I'm using Kendo UI Context Menu in Kendo UI Grid (the JavaScript one not MVC). It provides a filter attribute using which I'm making the context menu to open when user selects a row of grid. Now I need to add a link in a cell of grid using template…
yogi
  • 19,175
  • 13
  • 62
  • 92
1
vote
1 answer

How to apply Kendo Context menu filter to skip first two grid columns

I am creating kendo context menu and I want to show it only when users right click on the kendo grid. I am able to restrict the user to show kendo context menu only when user right clicks on the grid. But now I have to hide the context menu for the…
1
vote
1 answer

Custom drop-down as an item in a kendo tree

I am trying to create an item that is a button "show more" and when you press on it you can show a kind of context menu / drop down that all of the items in that drop down are with checkboxes and there is a search component in it too, so you can…
1
vote
1 answer

Prevent closing of sub-menu in kendo context menu until user hovers on another menu item or clicks outside/another menu item

Please refer this sample : https://dojo.telerik.com/Eqali Since sub-items are quite small in length so on hovering over the menu, sub-menu quickly closes as it loses focus. My requirement is that once a sub-menu is opened, it should not close until…
user2091061
  • 879
  • 3
  • 10
  • 32
1
vote
1 answer

How can I get selected row data in kendo

I'm using this context menu example. I used the context menu select event like this: menu = $("#menu").kendoContextMenu({ target: "#listview-context-menu", filter: ".product", animation: { open: { effects: "fadeIn" }, …
Jatin Gadhiya
  • 1,955
  • 5
  • 23
  • 42
1
vote
2 answers

Kendo-UI Context Menu

We are using kendo context menu in our code.After context menu initialization if we remove the target element and again we added the target to DOM context menu is not working .How to solve this issue. HTML
Sindhu
  • 473
  • 6
  • 19
0
votes
1 answer

kendo ui context menu is not working when Kendo ui editor id target

Kendo UI Context Menu is not working when its target is the Kendo UI Editor's id: script: $("#client-context-menu").kendoContextMenu({ target:…
0
votes
1 answer

How can I configure dynamic sub menu options for a static menu

I have a kendo context menu that is configured to be displayed whenever a right-click occurs on the items in the kendo listview. Within the context menu, I want some of the options to have submenu options which have to be loaded dynamically as they…
0
votes
1 answer

Kendo UI Jquery ContextMenu inside Kendo UI ListView

I am trying to use a kendo ui contextMenu on kendo ui listView items but it does work , and there is no error. //The ListView HTML