I want to use the KendoUI grid in an interface that is purely keypad based.
However, the keyboard navigation is buggy when I put the following options in.
scrollable: {virtual: true}, pageable: false, sortable: true, navigatable: true
it just doesn't do what I would intuitively think it should do... which is to move around the grid with keyboard input.
I tried to write my own handlers, but browsing the documentation I noticed that in the documentation for the web demo, there are no event handlers to check if a cell has been 'focused', any methods to scroll up and down or to be able to set the row number that should be scrolled to
Is there something that Im missing or is this a feature that is still to be implemented?
I'm using the most recent version of kendo (2012.1.515) and the bundled jquery, tested on both firefox and chrome
Thanks in advance
Chris