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

Filtered RadComboBox Dropdown

1 Answer 55 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jason Moore
Top achievements
Rank 1
Jason Moore asked on 16 Jan 2015, 02:16 AM
Hi,

I want to have a RadComboBox where I have

IsFilteringEnabled="True"

When I start typing I want the drop down to show IF there are items that contains what is currently being typed.

I also want this combo box to utilise auto completion.

What is the best way to achieve this.

Thanks

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 19 Jan 2015, 04:17 PM
Hello Jason,

When IsFilteringEnabled property of RadComboBox is set to True the auto completion ability of RadComboBox is not available - thus no auto completion could be provided while that property is set to True.

However, what you could also consider is using RadAutoCompleteBox instead of RadComboBox - it provides many helpful features such as creating custom filtering behavior. Please, check the Silverlight online demos (they are identical with the ones for WPF) and SDK examples of the control.

We hope this will help you.

Regards,
Nasko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ComboBox
Asked by
Jason Moore
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or