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

Binding data based on enterered text?

1 Answer 38 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jay Sanderson
Top achievements
Rank 1
Jay Sanderson asked on 06 Sep 2010, 10:49 AM
Is it possible to create a google like experience, so that items are added to the combobox item collection as matching items are found ? 

The comboBox would be empty to start with, but as user types it populates with matching values and then allows user to select ?

Cheers,

Jay

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 08 Sep 2010, 07:51 AM
Hi Jay,

Thank you for contacting us.

You can achieve that by hooking to the TextInputStart event of the ComboBox. There you can set the ItemsSource of the ComboBox according to the input of the user. But, you will have to implement the filtering of the items by yourself.

Hope this information helps. If you have any other questions about our controls let us know.

Regards,
Konstantina
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
Tags
ComboBox
Asked by
Jay Sanderson
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or