Check documentation for the latest version of dhtmlxSuite hasChildren DHTMLX Docs

hasChildren

returns the number of the row's children

number hasChildren(string|number rowId);
rowIdstring|numberid of row
numberthe number of the row's children

Example

myTreeGrid.hasChildren(rowId);

Back to top