Snapping grid to bottom of page / autosize problems.

Trying to get my grid to fit to the bottom of the page in a way that will make it stretch in size according to the user’s browser window height.

If I call mygrid.setSizes() it doesn’t seem to do the trick. I’m thinking perhaps I’m doing something wrong in my CSS.

Do you have any recommendations? I’ve scoured the samples, documentation, and forums for help, and nothing I try works. Any tips would be appreciated.
code.zip (6.59 KB)


This issue isn’t related dhtmlxGrid. dhtmlxGrid doesn’t have mode in which grid container will fit parent container. You should specify appropriate height for grid container manually.