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

RadComboBox Performance Issue in Crhome 33

9 Answers 101 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Juan
Top achievements
Rank 2
Juan asked on 25 Feb 2014, 03:35 PM
Hi, there is a performance issue with the RadComboBox when you fill it with many records in Crhome 33.
I'm using 2013 Q3 SP2 Version.
In IE and Firefox it is fine.

Best regards.

9 Answers, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 28 Feb 2014, 03:20 PM
Hello,

We are not aware of such problem with the RadComboBox control under Chrome 33. Could you please clarify how many items do you have in your RadComboBox? This way we can test pretty similar scenario and investigate this behavior.


Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
0
ksuh
Top achievements
Rank 1
Veteran
answered on 05 Mar 2014, 12:14 AM
Yes there is definitely a performance issue.  This is a simple example but if you add longer text items the dropdown becomes unusable.  This is probably a Chrome 33 issue as it never happened with previous versions.

<telerik:RadComboBox ID="combobox" AllowCustomText="true" MaxLength="255" runat="server"></telerik:RadComboBox>


var items = new List<
Tuple<int, string>>();
      
      for (int i=0; i < 2000; i++)
      {
        items.Add(new Tuple<int, string>(i, "aeewaufawuhfuhawuhfawuhfawhue"));
      }
 
      combobox.DataSource = items;
      combobox.DataBind();
0
Fernando
Top achievements
Rank 1
answered on 06 Mar 2014, 12:21 PM
Hi, we have this problem in chrome 33. Any work around for this?
0
Juan
Top achievements
Rank 2
answered on 06 Mar 2014, 04:32 PM
Hi Boyan.
I´m quering a 2.000 companies list from a SQL Server table, and retrieving only de ID and Name.
My Chrome version is: 33.0.1750.146 m
Thanks for your help.
Best regards,
0
Juan
Top achievements
Rank 2
answered on 06 Mar 2014, 04:41 PM
The RadComboBox freezes when you try to expand it...
Best regards.
0
Boyan Dimitrov
Telerik team
answered on 07 Mar 2014, 04:52 PM
Hello,

I would like to confirm that there is a problem with opening the RadComboBox drop down list under Google Chrome 33. I would like to assure you that we will investigate this problem. Since there was no issue with older versions of Google Chrome we will report this issue to Google. I would like to clarify that there is no problem with our RadDropDownList control. Please note that this is a very similar control and a valid control would be to use it instead of the RadComboBox.



Regards,
Boyan Dimitrov
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

0
Fernando
Top achievements
Rank 1
answered on 13 Mar 2014, 07:45 PM
Any news?
0
Boyan Dimitrov
Telerik team
answered on 14 Mar 2014, 08:09 AM
Hello,

I would like to clarify that we have tested same RadComboBox scenario under Google Chrome 34 beta and it works fine. It seems that there was a browser bug that is fixed in the latest version.

Regards,
Boyan Dimitrov
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
0
Juan
Top achievements
Rank 2
answered on 14 May 2014, 02:35 AM
Hi, In Chrome 34 this issue is solved.
Best Regards.
Tags
ComboBox
Asked by
Juan
Top achievements
Rank 2
Answers by
Boyan Dimitrov
Telerik team
ksuh
Top achievements
Rank 1
Veteran
Fernando
Top achievements
Rank 1
Juan
Top achievements
Rank 2
Share this question
or