SMART datagrid v.1 > Classes > GridFooter
GridFooterHead object.
It is the model of grid area in which overlaps RowIndicator and grid footer. It is created internally when initializing footer, and will not newly create head object and will change the properties of internal object when calling setter.
grid.footer().setHead({
text: "sum"
});