I upgraded the SmartClient library from version 7.0rc2 to 8.3 and I'm experiencing quite a big performance drop while loading / paging trough the GridList table: it takes around two times longer to load & redraw the table then it took in the older version.
I'm using ListGrid with quite big tables with ~46 columns and ~8000 rows in paged mode with default dataPageSize and drawAheadRatio values.
It seem that the problem is in drawing: the table gets drawn much slower as it did in version 7.0rc2.
I tested it on all popular browsers: Chrome, FireFox, Opera and IE, and the results are nearly the same on all of them.
Is this a known problem?
Is there anything (parameter, setting, ...) which I should adjust to get better results?
Is there a chance that this will be corrected in the next SmartClient version?
Borut
I'm using ListGrid with quite big tables with ~46 columns and ~8000 rows in paged mode with default dataPageSize and drawAheadRatio values.
It seem that the problem is in drawing: the table gets drawn much slower as it did in version 7.0rc2.
I tested it on all popular browsers: Chrome, FireFox, Opera and IE, and the results are nearly the same on all of them.
Is this a known problem?
Is there anything (parameter, setting, ...) which I should adjust to get better results?
Is there a chance that this will be corrected in the next SmartClient version?
Borut
Comment