- No way to select a checkbox item in checkbox column use Key board.
- Not all but some columns cannot be set focus using Left / Right arrow keys
- To a column that contains link, we can use Up arrow key to go up, but failed to use Down arrow key to go down
- And when we are using arrow key move to cell template (cell was customized for HyperlinkButton or Button control …etc… ). We can’t use Arrow key to move out of this the cell.
- Also, HorizontalScrollBar have show but can't move follow when using tab key (all cell template were customized).
http://i15.photobucket.com/albums/a374/duyphuc/Error/HorizontalScrollBarVisibility.png
8 Answers, 1 is accepted
Straight onto your questions:
1. You do not need to select check box inside cell. Just use dedicated GridViewCheckBoxColumn which supports keyboard change via "Space" key.
2. I've managed to simulate the reported issue (arrow key problems). It will be resolved with the next latest internal build (8 Oct 2010).
P.S. I've updated your Telerik points accordingly.
Nedyalko Nikolov
the Telerik team
But, i'm using GridViewSelectColumn and it's still incorrect :( i can't use any key to change status in GridViewSelectColumn's checkbox.
Pls focus to the first column in attach file(1.png). It's GridViewSelectColumn.
Sorry for the late answer.
Unfortunately the promised fix is not included in the latest internal build (8 Oct), therefore I'm sending you a private build with the fix. Could you please try your scenario and let me know how it works on your end?
According to the problem with SelectColumn I believe that actually you do not need to select CheckBox but you want to select the row which can be done by enter key. You can easily override Enter key behavior like demonstrated in this blog post.
Nedyalko Nikolov
the Telerik team
I'm attaching the correct set of assemblies. Sorry for the inconvenience.
Kind regards,Nedyalko Nikolov
the Telerik team
i will try again!