Check documentation for the latest version of dhtmlxSuite getLevel DHTMLX Docs

getLevel

returns the level of a TreeGrid row

number getLevel(string|number rowId);
rowIdstring|numberid of a row
numberthe level of a TreeGrid row

Example

myTreeGrid.getLevel(rowId);

Back to top