Levels in treegrid

Is there any provision through which we could identify at which level are we in the treegrid?
For example: any vertical lines (as displayed in attached picture), or number display at the row.

TreeGrid has extension which adds lines
codebase\ext\dhtmlxtreegrid_lines.js
just include it and add the next command to the treegrid’s init
grid.enableTreeGridLines(true)

Thanks for your help! Will try it and confirm :slight_smile: