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

RadCombo Performance

2 Answers 67 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
d-cpt
Top achievements
Rank 2
d-cpt asked on 20 Jun 2011, 04:06 PM
Hi,

Recently, my department upgrade RadControl4AJAX to the latest one. When I tried the RadCombo for search, I think its performance is somewhat badly suffered in loading about 40K rows. Is there anyway to get it works faster or I have to reduce the record load?

Sincerely,

d-cpt

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 Jun 2011, 05:38 AM

Hello d-cpt,

The best approach to optimize the performance speed of Telerik RadComboBox when using huge amount of items is using the load-on-demand feature.The load-on-demand mechanism loads the items only when the user types or clicks in the field or the drop-arrow image. It filters the Items server-side before they are loaded in the control and the Filter feature performs filtering at client-side.
And I recommend you to retrieve data in portions - with use of ShowMoreResultsBox and Virtual Scrolling

Take a look at load on demo  which demonstrates the various Load On Demand Modes.

Thanks
Shinu

.

 

0
d-cpt
Top achievements
Rank 2
answered on 21 Jun 2011, 02:08 PM
Thanks, Shinu. It works fine.
d-cpt
Tags
ComboBox
Asked by
d-cpt
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
d-cpt
Top achievements
Rank 2
Share this question
or