Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1145
Virtualization: true, height:'100%', grid initially zero height but grows pixel by pixel
posted

Hi

I have a grid defined by

$(gridElement).igHierarchicalGrid({ virtualization: true, virtualizationMode: 'continuous', height: '100%' .....

This will render a grid of zero height, but it will increase in height pixel by pixel by a rate of say 1 pixel a second, slowly but surely revealing the rows contained.

If I remove the virtualization, the grid renders correctly.

Although an interesting visual, its one I need to remove!

Any suggestions?

Regards

Aidan