Check documentation for the latest version of dhtmlxSuite getOpenState DHTMLX Docs

getOpenState

returns open/close state of the row

boolean getOpenState(string|number rowId);
rowIdstring|numberid of the row
booleantrue/false for open/closed state of the row

Example

myTreeGrid.getOpenState(rowId);

Back to top