SMART datagrid v1.4 > Classes > GridView
기존 행그룹핑을 모두 제거한다.
if (grid.isRowGrouped()) { // 그룹핑을 제거한다. grid.clearGroupBy(); console.log('Row grouping is cleared.'); }