SMART datagrid v.1 > Classes > ColumnGroup
Find out all descendant Columns included in this group and add to list parameter.
If columnsOnly is true, it will exclude column groups. If only want to find out column groups, you can use collectGroups.
var columns = [];
group.collectColumns(columns, true);