kendo-vue
kendo-vue copied to clipboard
[Bug][Grid] - onNavigationaction is not emitted
The onNavigationaction event is not emitted in Vue2. This can be seen in the following demo:
https://codesandbox.io/s/youthful-shape-rc6zjj
Steps to reproduce:
- Navigate through the Grid via the keyboard keys.
- Observe how the onNavigationaction is not triggered at all
Expected behavior: The onNavigationaction event should be triggered and the alert should be displayed.
Ticket ID: 1622575