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

[Solved] Keyboard Issues with DropDownList

2 Answers 111 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Carl
Top achievements
Rank 1
Carl asked on 24 Feb 2011, 08:07 PM
We have encountered a couple of issues with the asp.net MVC DropDownList. 

The keyboard selection in the dropdownlist does not appear to work the same way the normal windows dropdownlist does.  If I have several items that begin with the same first letter, and I repeatedly hit that letter in the normal dropdown, it cycles through all fo the items beginning with that letter.  However, in the Telerik dropdownlist, it goes to the first item and then stays on it and does not cycle through them.  Any thoughts on that?

Also, if I have the dropdownlist (and I think the combobox as well) on a form with several text boxes, and I move from one field to the next using the tab key, when I get to the dropdownlist and tab off, everything is fine.  However, if I select the dropdownlist with the mouse, I can select the item from it, but when I hit tab, it does not move to the next item.  It acts like the mouse select is not selecting that dropdownlist into the proper tab sequence.  Any help on this would be greatly appreciated.

2 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 01 Mar 2011, 01:38 PM
Hello Carl,

 
Straight onto your questions:

#1:
Currently, filtering functionality of the DropDownList will not traverse items which start with a concrete letter. Instead DropDownList (ComboBox too) assumes that the typed letters are part of one word.
I will forward this request to our developers for further investigation and possible implementation.

#2:
Currently this behavior is not supported. We will implement  this functionality for the DropDownList (ComboBox will need further investigation ) in the next official release of Telerik components for ASP.NET MVC scheduled for the middle of March. For your convenience I have attached the modified JavaScript file which will allow to return focus over DropDownList after end user selects item from items list.

Kind regards,
Georgi Krustev
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Hetal
Top achievements
Rank 1
answered on 28 Feb 2013, 04:16 AM
hello..

Is there any updates on this issue? Its still the same. Any solution expected in coming few months?
Tags
ComboBox
Asked by
Carl
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Hetal
Top achievements
Rank 1
Share this question
or