Hi,
I have the grid setup with a custom inline editor and navigation enabled.
When using tab, arrow keys or enter/return after changing the value of a cell the next cell is not selected, but it jumps to the first cell in the grid.
I can navigate through cells as expected with the editor displayed in each cell as I move but if I update a value than the selection jumps back to the first cell.
In debug I can see that the $("#tsGrid").data("kendoGrid")._current is being reset on tab etc. but only when I have changed the value.
Any help is appreciated.
Thanks
Euan
I have the grid setup with a custom inline editor and navigation enabled.
When using tab, arrow keys or enter/return after changing the value of a cell the next cell is not selected, but it jumps to the first cell in the grid.
I can navigate through cells as expected with the editor displayed in each cell as I move but if I update a value than the selection jumps back to the first cell.
In debug I can see that the $("#tsGrid").data("kendoGrid")._current is being reset on tab etc. but only when I have changed the value.
Any help is appreciated.
Thanks
Euan