3.2.0

Grid data disappear while scrolling and reappear after some time

Hi,

I am using the standard version of ACtive Widget 2.0.1. My table has 2500 records. WHen I scroll thorugh the grid the records initially disappera and then reappear after some time. I want to know if there is some other way by which this problem can be sorted out. One way which I know is making grid.setVirtualMode(false) but that makes grid data loading extremely-extremely slow.

Thanks,
Piyusha
Piyusha
April 11,
That is the only way to get all data rendered one time.
If your grid have more data like yours grid.setVirtualMode(true) is advisiable. As it rendered only part of the data as on demand.
Sanjay Sharma
April 12,

This topic is archived.

See also:


Back to support forum