:: Forum >>
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
Monday, March 24, 2008
Use setVirtualMode(true) - that will make refresh much faster.
or maybe
grid.getRowsTemplate().refresh();
Alex (ActiveWidgets)
Tuesday, March 25, 2008
This topic is archived.
Back to support forum
Forum search