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
20
igGrid with only a few data rows when rowVirtualization set to true
posted

Hi,

I have igGrid with the options as bellow

rowVirtualization: true,
virtualizationMode: "fixed",
height: "700px",
width: "870px",
avgRowHeight: 10,
autoGenerateColumns: false,
autoCommit: true

http://help.infragistics.com/Help/Doc/jQuery/2012.1/CLR4.0/html/igGrid_Known_Issues.html

As stated here, in my grid, which has only a few data rows, each row expands to fill the whole grid.

Is there any workaround for this issue? like overriding css options, etc?

  • 24671
    posted

    Hi,

    unfortunately this is a limitation of this virtualization mode, when there are fewer records than the visible viewport can show at once. You may try setting virtualizationMode: "continuous". 

    Thanks,

    Angel