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
167
Performance issue - UltraWebGrid & IE8
posted

Hi

I've the code of an old version of the infragistics suite (v2007.3) and I've found a very weird performance problem that arises when using IE8.

I'm reporting it because it is occurring also in your demo site that is using the version 2009.1, but I don't know if this problem has been solved in the hotfix you have released for the 2009.1.

The problem is in this javascript procedure: file 'ig_webgrid_dom.js', function "init" contained in object igtbl_ptsRow. The actual problem is this line of code

 

tr.cells[j].id = cellId.join(

"_");

That line of code (the setting of the id of a cell) is very very very slow under IE8, but has no impact with IE7.

Can you tell me whether this issue has been solved in v2009.1 hotfix?

Is the source code of the hotfix available upon buying v2009.1?

Best regards, Andrea Pirola

 

 

Parents
No Data
Reply
  • 14049
    Offline posted

    Hello,

    No, this problem is not resolved in the latest hot fix. Honestly I am not sure how we'd be able to without changing logic and therefore potentially introducing more problems.

    In general IE8 behaves horribly when it comes to manipulating tables. Hopefully MS will take care of it in the first service pack for IE8. I'd suggest you to bring it to their attention as well by going to connect.microsoft.com

    The source code is available to all customers with subscription.

Children