SMART datagrid v.1 > Classes > ColumnGroup
このカラムグループに含まれているすべてのチャイルドカラム達を削除する。
var group = grid.focusedIndex().group(); if (group) { group.clear(); }