3.2.0

Slow when scrolling

Hello,

I created a grid with 91 rows using the trial version. When scrolling the refresh is slow and I can see some of the rows being written into the grid. This happens either pulling the scroll button up or down, or when clicking to page up/page down a page at a time.

Is there a way to speed it up?

Thanks,

Joe
Joe Dunn
October 25,
Is it much slower than in the standard AW examples? Compared to this one:

http://www.activewidgets.com/general.demos/virtual-mode.html

With the small number of rows (100-200) you can switch off repaint on scroll (virtual rendering) -

grid.setVirtualMode(false);



Alex (ActiveWidgets)
October 25,
Alex,

Thanks, for the fast response. Taking of VirtualMode made it much
faster!

Joe
Joe Dunn
October 25,
As a followup question, on large datasets with interactive cells (dropdowns, etc.), what would be the fastest way to go about speedup? All the computers it will run on will have 2GB of ram but lack in the GFX processor dept. (laptops).
Justin
May 10,

This topic is archived.

See also:


Back to support forum