Categories | Question details Back To List | ||
Open by XML item in treeGrid Hi.. we are using dhtmlx v15 pro, and we need to know following thing: how can we open item using XML, i mean.. what should we put into our xml file to do sth like invoking itemOpen method right after grid data loads? It's important because we have acces to data wich allows us to decide wich brench should be expanded only inside of xml-generator file. Best Regards Łukasz Answer posted by Support on Oct 30, 2008 03:07 You can try to use "open" attribute for the item: ... <item open="1" ...> ... </item> .... |