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

Filtering on multiple words

1 Answer 73 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Nitin
Top achievements
Rank 1
Nitin asked on 01 Mar 2012, 02:17 AM
Hi,

I am using RadComboBox with filtering. I have to implement multiple word filter in a combo box. (i.e. if user enters "test string", it should matches all items containing words "test" and "string" in any order).

Please suggest.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 01 Mar 2012, 02:50 PM
Hello Nitin,

I don't believe you will be able to achieve this using the built-in Filter property, but you should be able to achieve this using LoadOnDemand and then handling the ItemsRequested event.

I hope that helps.
Tags
ComboBox
Asked by
Nitin
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Share this question
or