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

Grid Performance in IE versus Chrome

1 Answer 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Software
Top achievements
Rank 1
Software asked on 01 Jul 2015, 11:16 PM

We are loading 600-1000 records in a grid in a popup window.  Without using virtualization, grid performance in IE10+ is very slow but excellent in Chrome.  Currently we have virtualization turned on so we can get descent performance in IE.  In an upcoming application we are not going to be able to use virtualization because of it's restrictions but will be fetching around the same number of records.  I have attached the html used for the popup window and the grid.  The grid is defined at line 121.  I have also attached the controller where the grid options are defined, line 688 and the datasource used, line 648.  Any advice on this would be very helpful.

 

Customer ID:XJ1552164

1 Answer, 1 is accepted

Sort by
0
Accepted
Kiril Nikolov
Telerik team
answered on 03 Jul 2015, 01:36 PM

Hello,

Your observations are expected, as the JavaScript performance differs significantly between IE10 and latest Chrome. My suggestion would be to implement serverPaging and render less number of items per page, which will give you a performance improvement.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Software
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or