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

DropDownList Both of AutoComplete and Popup shown at the same time

1 Answer 86 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
nasser
Top achievements
Rank 1
nasser asked on 18 Aug 2011, 11:01 PM
Hi
Try this.
DropDownList.AutoCompleteMode = SuggestAndAppend
Then Bind it to a datasource.
so now open the popup of DropDownList, and NOW start writing (for testing the autocomplete).
you will see that popup still is open and autocomplete list will open too,
It`s easy to close the popup in code to shown only suggestion list, but if it`s a bug I think it`s better you to fix that up in newx releases
I think it`s unwanted to have both openned at the same time

thank you

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 24 Aug 2011, 09:59 AM
Hi Nasser,

Thank you for writing.

The observed behavior of RadDropDownList control is expected and desired. In fact, this is also how the standard combo box control behaves. However, if more people request the same functionality, we will consider its implementation in a future release.

Thank you very much for your suggestion. 

Should you have any other questions, or suggestions, do not hesitate to contact us.
 
Best wishes,
Stefan
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
DropDownList
Asked by
nasser
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or