Hello everyone,
I got the following issue. In my current project, I have a total of 64 columns (fields) in my ListGrid. In Firefox for example this is easy to handle. Using IE8 though, I get several Long Runnings script warnings.
I profiled the grid, getting the following results:
ListGrid.setFields() and ListGrid.setViewState() each take about 20 seconds in IE8.
I can't really provide code for this one. Reproducing the effect should still be easy though. Just add a DataSource with many fields to a ListGrid and run the application in IE8.
Is there any way you can help me? The viewstate part is not the really bad thing. I could implement some methods to get the effect. The ListGrid.setFields() method is crucial.
I currently use v9.0p_2013-08-30/Pro Deployment in this project.
Greetings and thank you very much for any answer in advance,
Dennis Hardy
I got the following issue. In my current project, I have a total of 64 columns (fields) in my ListGrid. In Firefox for example this is easy to handle. Using IE8 though, I get several Long Runnings script warnings.
I profiled the grid, getting the following results:
ListGrid.setFields() and ListGrid.setViewState() each take about 20 seconds in IE8.
I can't really provide code for this one. Reproducing the effect should still be easy though. Just add a DataSource with many fields to a ListGrid and run the application in IE8.
Is there any way you can help me? The viewstate part is not the really bad thing. I could implement some methods to get the effect. The ListGrid.setFields() method is crucial.
I currently use v9.0p_2013-08-30/Pro Deployment in this project.
Greetings and thank you very much for any answer in advance,
Dennis Hardy