How can we set focus to GridViewDataColumn, using keyboard. For example, I have a column with "Name" as header. I want to set focus to that cell in the selected row using a access key like "Alt + N". Is this possible or is there any alternative method available?
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 29 Mar 2016, 12:02 PM
Hi Latha,
There is no built-in functionality for such requirement. You can, however subscribe to the KeyDown event of the control and implement custom logic within the event handler. For capturing a combination of keys you can check out this and this StackOverflow threads. As for setting the Current Cell of RadGridView, you can take a look at the Set the current cell help topic.
I hope these resources help you find a solution for your requirements.
All the best,
Stefan X1
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.