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

List Box - 100,000 records - how to return after typing X chars

3 Answers 43 Views
ComboBox and ListBox (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
James Baddiley
Top achievements
Rank 1
James Baddiley asked on 29 Apr 2010, 06:21 PM
Hi,

We have some list boxes with several thousand (some over 100,000) retuned records. Obviously this can be very slow to load all these items in a list box (and a straight list of this many items is pretty hard to navigiate!). What we would like is a sublist to return after an X numbers of chars have been typed and only the matching results returned.

Could you advise on how this could be acomplished.

Thanks

3 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 03 May 2010, 05:27 PM
Hi William Bicknell,

We have answered your question in the other thread you posted.
 

Sincerely yours,
Victor
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
Bernhard
Top achievements
Rank 1
answered on 17 May 2010, 04:15 PM
Hi Victor, where can i find the other thread?

Thanks
0
Victor
Telerik team
answered on 18 May 2010, 10:35 PM
Hi Bernhard,

The other thread was a support ticket, started by William.

If you are also using RadListBox with thousands of items I suggest binging it to a DataView object. You can use the DataView to filter the data so that RadListBox does not have to create all those items. This approach is also valid for RadComboBox.

For Q2 2010 we will be providing a completely new RadListControl whose aim will be to replace the current list box and address all its issues while at the same time adding new features. The new list control will be able to bind to 150 000 data items in about a second.

Write again if you need further assistance.

Greetings,
Victor
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 and ListBox (obsolete as of Q2 2010)
Asked by
James Baddiley
Top achievements
Rank 1
Answers by
Victor
Telerik team
Bernhard
Top achievements
Rank 1
Share this question
or