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

Slow combo loading time with wight number of elements

1 Answer 99 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Michele
Top achievements
Rank 2
Michele asked on 20 Jul 2009, 07:22 AM
Hello,
I need to load a large number of items inside3 different combobox (consider a class of type ID,Name,Country), for now the items are 9000 but will grow up shortly, I need to have them in a dropdown and enabling text-search on them... I got slow loading problem when binding more then 3000 items.... I supposed it should have a similar behavior like the gridview...

can anyone tell me if it's possible to have an async load?

I bind them as :

  cbClient.ItemsSource = m_listaClienti.Take(5000);

Thanks in advance

Paolo

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 22 Jul 2009, 12:12 PM
Hello Paolo,

I suggest you check this blog post - Auto-complete ComboBox with WCF Service and RadControls for Silverlight

Regards,
Rosi
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Michele
Top achievements
Rank 2
Answers by
Rosi
Telerik team
Share this question
or