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
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 PavlovInfragistics, Inc.
I am following up to see if the information provided has resolved this matter.
Please let me know if I may be of further assistance with this matter.