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
1085
Grid height calculated incorrectly in virtualization mode when summaries are shown
posted

There is a bug when calculating the scroll container heights in virtualization mode when summaries are shown.

The problem is in infragistics.ui.grid.framework.js method _initializeHeightsInternal. The reference to _footers_v is incorrect, it should be _footer_container.

In addition, the _adjustHeights method of infragistics.ui.grid.summaries.js does not correctly calculate the height of the containers in virtualization mode; changing it to call this.grid._initializeHeights instead of calculating the values directly resolves the problem.

We have discovered these issues because we are working in a size-sensitive application and the grid kept overflowing its container in virtualization mode.

Parents Reply Children