sets the height of rows in the footer
var grid = new dhx.Grid("grid_container", { columns: [// columns config], footerRowHeight: 50 });
The height of the footer is calculated as a sum of all row heights in it.