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

RadComboBox - Very Low Performance

1 Answer 160 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Kiran
Top achievements
Rank 1
Kiran asked on 19 Aug 2011, 02:17 PM
Hi,

We encounter a performance issue in IE 8 with RadComboBox for more than 2000 listitems
The performance degrades a lot and gives an error "Stop running this script? A script on this page causing IE to run slowly..."

My Radcombobox has below settings and bind dataset to this combo in page load event.

<

 

telerik:RadComboBox ID="ddlEmployee" runat="server" Width="190px" Height="100px"

 

 

EmptyMessage="Select employee " EnableLoadOnDemand="True" EnableVirtualScrolling="true"

 

 

OnItemsRequested="RadComboBox1_ItemsRequested" DataTextField="Name" DataValueField="EmpNo"

 

 

Skin="WindowsXP" OffsetX="2" AllowCustomText="True" EnableEmbeddedSkins="False"

 

 

EnableAjaxSkinRendering="False" EnableEmbeddedBaseStylesheet="False"

 

 

EnableItemCaching="True" ShowMoreResultsBox="True">

 

 

</telerik:RadComboBox>

Can someone help me how to improve the performance? 

Any suggestions would be appreciated.

Thanks & Regards,

Kiran 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Aug 2011, 02:27 PM
Hello Kiran,

Check the following help documentation which explains how to optimize Combo Box speed.
Optimizing the combobox speed.

Thanks,
Shinu.
Tags
ComboBox
Asked by
Kiran
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or