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

[Solved] RadComboBox - slow under IE6?

1 Answer 123 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Marcus
Top achievements
Rank 1
Marcus asked on 24 Nov 2009, 11:36 AM
Hello,

We have just added the RadComboBox to a page in our site for Country selection, to replace the existing lookup based on the Ajax Control Toolkit Auto Complete Extender (as clients has commented that this was too slow).

The ComboBox is loaded during Page_Load with a list Countries from the database (237 rows), in the same way that you would load a normal ASP.NET DropDownList. The definition for the ComboBox in the page markup us as follows:

<telerik:RadComboBox ID="cboIssueCountry" runat="server" Height="200px" width="190px" Skin="WindowsXP"   
     EnableEmbeddedSkins="false" EmptyMessage="" MarkFirstMatch="true" AllowCustomText="false"></telerik:RadComboBox> 

It works absolutely fine running under IE7 and IE8, the response is pretty much instant. However it is painfully slow under IE6. It takes 1 or 2 seconds after entering any characters for the list to be displayed and the matching item selected. This is a problem for us as most of our clients (unfortunately) are running IE6!

Is this a known problem? Any advice on how we can improve the perfomance?

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 27 Nov 2009, 04:25 PM
Hi Marcus,

This is strange as I modified this demo (locally on my side) by binding the RadComboBox three times to the SqlDataSource on the page (which resulted in 3 x 91 Items to load in RCB) and tried the MarkFirstMatch functionality in IE6 - it worked as fast as in IE7.

Is there something that I am missing?

Sincerely yours,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ComboBox
Asked by
Marcus
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or