SMART datagrid v.1 > Classes > ColumnGroup

Back  Forward

DataLudi.ColumnGroup.count  property

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

Getter
function count(): Integer
Code -1
    var count = group.count();
    if (count < 1) {
        alert('group is empty.');
    }
See Also
visibleCount
getItem
getVisibleItem
GridColumn
Examples
Column Grouping
Column Visibility