SMART datagrid v.1 > Classes > GridRow
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.
var row = grid.focusedRow();
console.log(row.level() + "Level row.");