SMART datagrid v.1 > Classes > GridRow

Back  Forward

DataLudi.GridRow.level  property

It is the value of adding 1 to level of Parent Row

Since the value of top row within grid is 0, the level of top row being displayed in screen will become 1

Defaults to 0.

Getter
function level(): Integer
Code -1
    var row = grid.focusedRow();
    console.log(row.level() + "Level  row.");
See Also
parent
GroupRow
Examples
Row Grouping