Check documentation for the latest version of dhtmlxSuite openItem DHTMLX Docs

openItem

opens the specified item

void openItem(string id);
idstringthe items' id

Example

myTreeView.openItem("1");

See also
Back to top