Check documentation for the latest version of dhtmlxSuite getAllSubItems DHTMLX Docs

getAllSubItems

gets the list of ids of all nested rows

array getAllSubItems(string|number rowId);
rowIdstring|numberid of a row
arrayreturns a list of ids of all nested rows

Example

var mumb = myTreeGrid.getAllSubItems(rowId);

Back to top