Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
820
IE8 igGRid perfromance - long running script
posted

Hi.

We have a problem with performance in IE8 for grid.

Even for 25 rows & 50 columns it shows IE message.

May be the reason is that templates are slow ...

Do you have any ideas? 

Here example:

https://www.dropbox.com/s/cc0vr597dk9y65s/PerformanceTest.html

Thanks!

Aliaksei

Parents
No Data
Reply
  • 23953
    Suggested Answer
    Offline posted

    Hello Aliaksei,

    Your Dropbox link is not working for me, so I cannot make any assumptions what can be the problem.

    What we know is that there is a threshold of maximum number of JavaScript statements for IE 8. This threshold is configurable from the Windows registry on the machine running the IE 8 as described in the following Microsoft Knowledge Base article: http://support.microsoft.com/kb/175500.

    Since this is a client-side problem you don't have control over it except to simplify your grid configuration and ensure that it works fine on IE 8. For example you can remove column formatters or templates or you can enable Paging feature.

    Hope this helps,
    Martin Pavlov
    Infragistics, Inc. 

Children