I hope we have some users familiar with slickGrid seeing as how StackOverflow uses it also :)
I have a HTML containing my slickGrid as follows:
<
You can use the autoHeight option to achieve this.
autoHeight
options = { ... autoHeight: true };
The containing div will expand to hold the entire grid avoiding the need for a scrollbar.
You can find an example here.