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

PivotGrid slow to render on IE10

1 Answer 42 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 12 Mar 2014, 03:00 AM
The PivotGrid on my webpage is running very slowly when using Internet Explorer 10.  However, the performance is greatly improved when using Firefox instead.

As Internet Explorer 10 is part of my company's SOE, is there anything that can be done to improve the performance of the PivotGrid when using IE10 as the browser?

1 Answer, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 17 Mar 2014, 09:36 AM
Hello Kevin,

Could you please describe a bit more the scenario in which you observe this slowness? In case there is a big record set with not many matches in columns and rows, this slowness is expected, as this results in creating a quite large pivotized table. Our tests show that the PivotGrid can handle 10 000 columns with 10 rows ~ 100 000 cells for 10 seconds. On the server side these cells have corresponding objects which are generated for ~ 2 second, so the other 8 seconds goes to the browsers rendering engines. This test is performed on IE7, which cannot render such a big table fast. In modern browsers the results are better.

However I suggest you the following performance optimizations:
 - Enable the paging - this will decrease the number of items loaded at once
 - Set the width of the columns, e.g.
<ColumnHeaderCellStyle Width="100px" />

In case the issue persists could please start a formal support ticket and send a runnable project, so we can replicate the issue on our side.

Regards,
Galin
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.

 
Tags
PivotGrid
Asked by
Kevin
Top achievements
Rank 1
Answers by
Galin
Telerik team
Share this question
or