Login Register

Grid Autoheight feature

Hi All,

I am having a issue for the grid to have a autoheight : true property.

When number of rows exceed <1000 rows the grid on Netscape starts poping up javascript alerts.
I do not wish the user to be intervented even if the script takes a long time to render the grid.
As well as is it possible to load the grid on know-to-watch basis?
I understand that grid is dynamically generated using javascript and hence th number of DOM Nodes which are created are too large for the Browser to handle a given point of time.
I have a solution to the problem by using virtual pagination as used by Dojo Grid using autoheight : false and styling the container div with a fixed height, but this imparts me with an inner scroll across the grid.

But buss excepts me to have only single vertical scroll across the application.

I may have >10000 rows even to be rendered on the grid at a given point of time.
So can anyone help me out for the solution to my problem.

Thanks and Regards
Bhavya