Check documentation for the latest version of dhtmlxSuite getParentId DHTMLX Docs

getParentId

returns id of the parent row

string|number getParentId(string|number rowId);
rowIdstring|numberid of the row
string|numberid of the parent row

Example

myTreeGrid.getParentId(rowId);

Back to top