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