Hi,
I have used Kendo UI in an MVC web application. Of late I have been experiencing slowness in IE8 browser.
While the same code loads the screen in less than 2 secs in Chrome/IE10, it takes more than 5-6 seconds to load in IE8 browser.
Kendo widgets used in the screen includes Dropdowns, Treeview and Kendo Tabstrip.
I have tried replacing the kendo dropdowns with normal ones. This gave me a slight improvement of about 1 sec.
The kendo dropdown is a part of my cshtml page and not initialized by the jquery. Is this the best way to implement kendo widgets?
Is there any other way which will provide me with a better performance?
I have used Kendo UI in an MVC web application. Of late I have been experiencing slowness in IE8 browser.
While the same code loads the screen in less than 2 secs in Chrome/IE10, it takes more than 5-6 seconds to load in IE8 browser.
Kendo widgets used in the screen includes Dropdowns, Treeview and Kendo Tabstrip.
I have tried replacing the kendo dropdowns with normal ones. This gave me a slight improvement of about 1 sec.
The kendo dropdown is a part of my cshtml page and not initialized by the jquery. Is this the best way to implement kendo widgets?
Is there any other way which will provide me with a better performance?