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
25
UltraWebGrid performance is degraded on IE compared to firefox
posted

IE 6 is our corporate standard and everyone is required to use IE. We have discovered in one of our recent applications that performance is significantly degraded while manipulating/validating grid data on client side (using javascript). For instance, it takes more than 20 seconds to select a checkbox by looping through 120 rows of data. I am wondering is this is an IE DOM defeciency or is it something that can be improved in the grid (or perhaps in the script).

We have tested the this page in FireFox and the same code goes through the whole grid in less than 2 seconds (data modification)  and less than one second for validation. Even though this response is slow but is acceptable to the users.

Could you please suggest a solution for the above?

Thanks