Hi, i use a kendo grid with navigatable option set to true.
When i press tab key the current cell step to next row cell but change event is not fired.
I need to select the row corresponding to the active cell setted when i press tab key.
How to solve?
Thanks
1 Answer, 1 is accepted
0
Dimiter Madjarov
Telerik team
answered on 12 May 2015, 07:46 AM
Hello Claudio,
This behavior is not supported by the built in Grid keyboard navigation. In order to get you started with it - you could retrieve the current active cell using the current method of the Grid API. Then you could retrieve it's row via jQuery and select it with the select method.