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

RadListBox works slow for IE11.

1 Answer 59 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Somnath
Top achievements
Rank 1
Somnath asked on 29 Mar 2016, 02:14 AM

Hi Team,

I am using RadListBox and attaching 6000 values to it.  When user clicks on select all option of the check box in RadListBox, it takes around 50 sec to check all the items in IE11 and in chrome it takes 4 sec. Can anyone suggest, how to improve the performance of RadListBox?

Regards,

Somnath

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 31 Mar 2016, 09:27 AM
Hi Somnath,

Thank you for the reported issue.

The reason for the observed difference in the performance of the control in the different browsers is the different JS engines they use. Internally in our implementation, we use the vanilla Array.indexOf() JavaScript function to iterate over the RadListBox items. When having around 6000 items and calling the above function for each of them, the Chrome V8 JS engine performs the script ca. 10 times faster that the IE 11 Chakra. At the moment this is a browser limitation for the RadListBox control.

Regards,
Veselin Tsvetanov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
ListBox
Asked by
Somnath
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or