I've enabled "AllowKeyboardNavigation" but it doesn't seem to work in Fire Fox?? Also, is there any way of finding out which row has been selected by the keyboard?
Thanks,
Antony
3 Answers, 1 is accepted
0
Nikolay Rusev
Telerik team
answered on 11 Mar 2009, 09:30 AM
Hello Antony,
I've just tested RadGrid keyboard navigation in FF and it seems to work on my end.
To get active row you can listen for ClientEvents.OnActiveRowChanged and from arguments you can get reference to current active row.
It's still not working for me in Fire Fox. I'm using a webservice and binding my data on the client. Do you think I could perhaps write my own keyboard navigation? How would I do that??