Footer Position

Hi,

I have a footer attached to the grid. When the data is not completely occupying the height of the grid, the footer is coming at the bottom of the grid (there is a huge space between the last row of the data & the footer row). I want it to come immediately after the data rows. Please find the attached screen shot.

Thanks,
Anil YV.


You can use enableAutoHeight() method:
mygrid.enableAutoHeight(true);

docs.dhtmlx.com/doku.php?id=dhtm … autoheight

Thanks for the help. It worked when i enabled auto height in dopostloading. :slight_smile: