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

performance issue with multiple instances of rad combobox

2 Answers 54 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
anirud
Top achievements
Rank 1
anirud asked on 11 May 2011, 03:43 PM
Hi everyone,
Currently I have around 450 rad comboboxes inside radgrid on web page. The number of comboboxes may increase to any number in future. Issue is the loading of the web page which is taking sometime for current situation. So it will be a big problem in near future when number of comboboxes increases.
Please help me in this with code or any configuration to be done to handle the performance issue.
Thanks in advance.
Anirudh

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 12 May 2011, 05:18 AM

Hello Anirud,

The best approach to optimize the performance speed of Telerik RadComboBox  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 VirtualScrolling options.

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

Thanks,

Shinu.

0
anirud
Top achievements
Rank 1
answered on 18 May 2011, 05:30 AM
Hi Shinu,
Thanks for your response and help. But its not about loading of items in combobox. In my case, no. of items in combobox are fixed and are not going to increase rather it is the no. of comboboxes on web-page which is the problem. More is the no. of comboboxes on page, more is the performance drop of page. So i need help regarding the loading speed of page not combobox.
Thanks
Anirud
Tags
ComboBox
Asked by
anirud
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
anirud
Top achievements
Rank 1
Share this question
or