Check documentation for the latest version of dhtmlxSuite getChildItemIdByIndex DHTMLX Docs

getChildItemIdByIndex

gets the id of a child item in the specified position

string|number getChildItemIdByIndex(string|number rowId,number ind);
rowIdstring|numberid of row
indnumberchild node index
string|numberid of a child item in the specified position

Example

myTreeGrid.getChildItemIdByIndex(rowId, ind);

Back to top