Check documentation for the latest version of dhtmlxSuite openItem DHTMLX Docs

openItem

expands the specified row

void openItem(string|number rowId);
rowIdstring|numberid of row

Example

myTreeGrid.openItem(rowId)

Back to top