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

Access keys for Gridview Column

1 Answer 60 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Latha
Top achievements
Rank 1
Latha asked on 28 Mar 2016, 03:38 PM
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

Sort by
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.
Tags
GridView
Asked by
Latha
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or