SMART datagrid v.1 > Classes > ColumnGroup
The number of all child Columns being included in this column group with including the columns which are not displayed now.
You can check the number of columns being displayed in grid through visibleCount.
var count = group.count();
if (count < 1) {
alert('group is empty.');
}