SMART datagrid v1.4 > Classes > GridView
그리드행들이 grouping 된 상태에서 GroupFooter들을 더블클릭했을 때 발생된다.
grid.onRowGroupFooterCellDblClicked = function (grid, index) { alert(index.column.index() + "번째 group footer 더블 클릭"); };