Check documentation for the latest version of dhtmlxSuite getSubItems DHTMLX Docs

getSubItems

returns a list of child rows ids, separated by comma

string getSubItems(string|number rowId);
rowIdstring|numberthe id of a row
stringa list of child rows ids

Example

myTreeGrid.getSubItems(rowId);

Back to top