|
Rank: Newbie Groups: Member
Joined: 6/14/2011 Posts: 2
|
Hello
We are using your EO Grid in one page of our ASP.NET 3.5 application which although provides the functionality we require has made the performance of this page extremely frustrating in IE8. It takes about 30 seconds just to load the page even when there are only a few rows in the grid.
I tried making the scripts not dynamic but this does not appear to have made much difference. Is there anything else we can do to improve the performance in IE8. We are using a Telerik combo box in the grid but apart from that the grid is purely EO.
We have noted that the performance of this page is better in the Chrome browser but our customers can only use IE8.
Many thanks David
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Sorry to hear that. Please try to give the Grid a fixed height and try to reduce the number of columns. The Grid is optimized towards rows instead of columns. So it doesn't work well when you have a lot of columns. Also if your Grid has a large height value or an unknown height value, then it will slow down considerably. Try to give it a smaller height and enable scrolling. That should improve the performance for you.
Hope this helps. Please feel free to let us know if you have any more questions.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 6/14/2011 Posts: 2
|
Thank you for the reply. I have now tried giving the grid a smaller height and it does improve performance a bit but is not significant enough to help I'm afraid. I cannot remove any columns from the grid either.
Any other suggestions would be most welcome as this is a serious problem for our customers.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately no. There isn't much else. You will have to reduce the number of columns.
Thanks
|
|