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

RadComboBox doesn't have default DropDownList feature

1 Answer 48 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Vladimir
Top achievements
Rank 1
Vladimir asked on 25 Oct 2011, 11:16 AM
When I use asp DropDownList and populate it with some items (a, ab, abc, b, ba etc) I click to open drop down list and type 'a' on keyboard selection goes to first item that begins with 'a' and when I type 'ab' it goes to 'ab'.<br/>
But in telerik RadComboBox when I type 'ab' it goes to the first item that begins with 'b' and  not to 'ab'.<br/>
Is it possible to fix this somehow on RadComboBox?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 25 Oct 2011, 12:24 PM
Hello Valdimir,

RadComboBox supports client-side Autocomplete. As soon as the user types some text in the input field, the text will be autocompleted to the first matching item. Check the following demo which implements the same.
ComboBox / Autocomplete.

Thanks,
Shinu.
Tags
ComboBox
Asked by
Vladimir
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or