So I have Grids throughout my site that have static headers and footer. Currently, the heights are all hard-coded depending on the other content on the particular page. The problem is that in certain instances a grid may only be populated with a handful of records but the footer is staying static at the bottom of the page, leaving a huge space between the last record and the totals.
I can allow the grid do auto size the height but then I will lose the scrolling that I want at a certain height. How can I make the footer sticky to the last row unless it exceeds a specified height?
I can allow the grid do auto size the height but then I will lose the scrolling that I want at a certain height. How can I make the footer sticky to the last row unless it exceeds a specified height?