SMART datagrid v.1 > Classes > GroupRow
Group Footer row which belongs to this row.
Defaults to null.
var row = grid.focusedRow();
if (row instanceof GroupRow) {
var footer = row.footer();
grid.setFocusedRow(footer, true);
}