Check documentation for the latest version of dhtmlxSuite refreshItems DHTMLX Docs

refreshItems

refreshes the specified tree nodes (gets XML from server and updates only the nodes included into itemIdList)

void refreshItems(string itemIdList,string source);
itemIdListstringlist of node identificators
sourcestringserver side script

Available only in PRO Edition

Back to top