How can I adjust the Grid height?

After I’ve initialized and create the Grid, how can I increase the height of the grid through a function?

dhtmlxGrid doesn’t have such function. You can increase height of the grid container directly.

Just set new size for grid’s container ( through styles for example ) and call
grid.setSizes()
to adjust grid sizes to the updated size of container.