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
No Data
Reply
  • 18204
    Offline posted

    Hi Karl,

     

    Thank you for posting in our forums!

    I am able to reproduce this with the sample I have attached with this post and I have a question to help pinpoint the cause of this issue.

    Do you still see this behavior when Summaries are disabled and virtualization is enabled?  I am seeing a similar behavior in my sample when I remove the Summaries feature.

    Looking forward to hearing from you.

    igGrid - ScrollHeight.zip
Children