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
65
WebDataGrid: footer row not fixed
posted

Hello

I have several calculations that are displayed in the footer of a WebDataGrid, and it becomes too tall. Is there a way for the footer to not be fixed but show after the last row of the current page? I would like it to be more like the regular DataGrid where you have to scroll down to see it.

Thank you,

Parents
No Data
Reply
  • 33839
    Suggested Answer
    posted

    Hi,

    The way that the grid is rendered right now, the footer is always fixed.  What you might try doing is adding a dummy row to the end of your data source.  Then handle initialize row for the data grid and set the text of those cells for that last row to your calculations.

    regards,
    David Young 

Children