SMART datagrid v.1 > Classes > GridFooter
Specify the height of grid footer in pixels. If specify this value greater than 0, the height will be determined by a greater one between minHeight and this value.
If it is 0, the height will be calculated and set internally based on Style.
Defaults to 0.
grid.setFooter({
height: 30
});
// or, by property
grid.footer().setHeight(30);