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

259 Views Asked by At

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 to do is to capture either a keypress/keydown/keyup event when the kendo-popup having context menu items is open. End goal is to do key based navigation and event handling on the context-menu items.

Thanks in advance.

Kendo package version: 2021.2.511, Kendo grid version: 5.1.2, Angular version: 12.0.0

0

There are 0 best solutions below