4 Answers, 1 is accepted
0
Hi Datamex,
There is no functionality to filter items in the RadListBox. It might be better to use the RadComboBox instead, it has the filter functionality built in.
Greetings,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
There is no functionality to filter items in the RadListBox. It might be better to use the RadComboBox instead, it has the filter functionality built in.
Greetings,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

Aykut
Top achievements
Rank 1
answered on 16 Oct 2009, 10:24 PM
Hi,
Any plans of adding that functionality?
It would be very useful.
Thanks.
Any plans of adding that functionality?
It would be very useful.
Thanks.
0
Hi Aykut,
Currently there are no plans to add such a feature for the RadListBox. Load on demand is required for that functionality, however, RadListBox does not support LOD at the moment.
Best wishes,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Currently there are no plans to add such a feature for the RadListBox. Load on demand is required for that functionality, however, RadListBox does not support LOD at the moment.
Best wishes,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

Jon Shipman
Top achievements
Rank 1
answered on 03 Nov 2010, 08:19 PM
I wanted this functionality as well. I made a "starter" project that does this and posted it in the code library.
I put a textbox above a RadListBox and when you type in it, it filters the RadListBox items much like the RadComboBox.
I put a textbox above a RadListBox and when you type in it, it filters the RadListBox items much like the RadComboBox.