Height autosizing
The sample shows the use of parameter 'autoheight' for the grid put inside a 'div' container. If the parameter is enabled - the grid fills all available vertical space.

autoheight:true
a
b
c
d
e
0.1
1.1
0.2
1.2
0.3
1.3
0.4
1.4
0.5
1.5

autoheight:true, minHeight:10
a
b
c
d
e
0.1
1.1
0.2
1.2
0.3
1.3
0.4
1.4
0.5
1.5

autoheight:false
a
b
c
d
e
0.1
1.1
0.2
1.2
0.3
1.3
0.4
1.4
0.5
1.5