This is a migrated thread and some comments may be shown as answers.

Grid behaviour not right on the following options - scrollable: {virtual: true}, pageable: false, sortable: true, navigatable: true

0 Answers 64 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris Zheng
Top achievements
Rank 1
Chris Zheng asked on 15 Jun 2012, 09:29 AM

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 

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Chris Zheng
Top achievements
Rank 1
Share this question
or