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

How to make tab key select item in dropdown

1 Answer 452 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Kjell asked on 20 Aug 2010, 11:46 PM
Hi, i have a couple columns in my gridview with comboboxes.  These combo boxes are type aheads, I want to be able to type in one box, key down to the selection I want, and then hit tab to select that item and then move the cursor into the combo box in the next column.

I did implement a custom keyboard command providor, since I cleared the commands there the tabing has been working great as far as moving from control to control in my grid, however it is not selecting the time.  For now to get the desired result I have to hit "Enter" to select the item, and then tab to go to the next contorl, I basically want tab to do both of those actions.  I tried doing commandsToExcute.Add.SelectCurrentItem and SelectCurrentUnit but those didn't seem to do anything for me, I probably misunderstood what they are for.       

1 Answer, 1 is accepted

Sort by
0
Nedyalko Nikolov
Telerik team
answered on 25 Aug 2010, 11:42 AM
Hello Kjell,

With the current version of RadGridView such navigation with TAB key is not possible. This feature is in our TODO list (already with the highest priority), so we will implement it very soon. As soon as this feature is ready we will make it public via latest internal build program, or with some official release. Unfortunately I cannot give you a workaround.

According to RadGridViewCommands.SelectCurrentUnit command - it is a helper command which is used for navigation and editing purposes.

Sorry for the inconvenience.

Greetings,
Nedyalko Nikolov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Kjell
Top achievements
Rank 1
Answers by
Nedyalko Nikolov
Telerik team
Share this question
or