This question is locked. New answers and comments are not allowed.
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.
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.