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

Control like AutoCompletebox...

4 Answers 141 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Marc Roussel
Top achievements
Rank 2
Marc Roussel asked on 08 Apr 2010, 03:16 PM
Do you have any control that would act like RadDropdownButton but instead of a button it's a textbox in which you type the code and as you type, it pops a RadGridView with multiple columns ? going to the line of what you type ?

You know like the AutocompleteBox but with the ease of your controls the way we can add a RadGridview to the DropDownContent of a RadDropDownButton ?

4 Answers, 1 is accepted

Sort by
0
Accepted
Kirill Prokopenko
Top achievements
Rank 1
answered on 08 Apr 2010, 05:05 PM
Create user control that has RadDropDownButton.
Put a textbox into RadDropDownButton.Content and a grid into RadDropDownButton.DropDownContent and bind them.

You will get a perfect autocomplete textbox. Adding extra time and efforts will turn it into a great multipleselection autocomplete dropdown.

0
Marc Roussel
Top achievements
Rank 2
answered on 09 Apr 2010, 12:12 AM
So does that mean there's none actually in the Telerik package ?
0
Accepted
Vlad
Telerik team
answered on 09 Apr 2010, 07:58 AM
Hello Marc,

Why not use RadComboBox? Please check this blog post to know more how to place RadGridView inside RadComboBox.

Kind regards,
Vlad
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.
0
Marc Roussel
Top achievements
Rank 2
answered on 11 Apr 2010, 10:01 PM
Thank you for the great ideas.
Tags
GridView
Asked by
Marc Roussel
Top achievements
Rank 2
Answers by
Kirill Prokopenko
Top achievements
Rank 1
Marc Roussel
Top achievements
Rank 2
Vlad
Telerik team
Share this question
or