SMART datagrid v.1 > Classes > GridRow

Back  Forward

DataLudi.GridRow.parent  property

The top Group Row of including this row. 

Defaults to null.

Getter
function parent(): GridRow
Code -1
    var parent = grid.focusedRow().parent();
    if (parent) {
        console.log("The number of child rows of group : " + parent.count());
    }
See Also
level
GroupRow
Examples
Row Grouping