3.2.0

refresh grid data without obj.refresh() : Please help

I would like the headers and border of table to stay on the screen while loading new data into the grid.
obj.refresh() draws the whole grid again... so if I have large data sets
the page will be blank for a while...

Thanks
Shan
March 24,
Use setVirtualMode(true) - that will make refresh much faster.

or maybe

grid.getRowsTemplate().refresh();
Alex (ActiveWidgets)
March 25,

This topic is archived.

See also:


Back to support forum