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

Difference in performance in different browsers

1 Answer 92 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Marcin
Top achievements
Rank 1
Marcin asked on 12 Mar 2018, 03:44 PM

Hello,

the problem which I have encountered is as following. When using DropDownList when items are long text and there are a lot of them on Chrome browser(IE and Edge works fine). There can be seen a difference in time which is needed for drop down to appear. This gives UX.

It can be easily observed on demo with list with short items and long ones in Chrome vs Edge.

Any suggestions how to proceed with it?

Demo: http://dojo.telerik.com/ImOtevOq

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 14 Mar 2018, 11:29 AM
Hello Marcin,

Indeed, there is a delay in the opening of the dropdown and it is expected. The reason is the large amount of html that needs to be rendered on the page. As for the browser differences - this is caused by the different rendering engines and it is expected to have difference in the time for the rendering.

I can suggest you to set the animation option of the DropDownList to false, in order to avoid any further delay in terms of opening animation. 

Regards,
Nencho
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
DropDownList
Asked by
Marcin
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or