SMART datagrid v.1 > Classes > GridView
It will be fired if click GroupFooter cells when Grid Rows have been done grouping.
grid.onRowGroupFooterCellClicked = function (grid, index) {
alert(index.column.index() + "Click the group footer");
};