Tree / TreeGrid - Expand all

Hi all,



Here is what I’m using to expand a dhtmlxTree:



openAllItems(0);



or if I use autoLoading:



openAllItemsDynamic(0);



What are the corresponding methods in dhtmlxTreeGrid?



Regards,

Jean.

In dhtmlxTreeGrid you can use
    treegrid.expandAll();

There is no built-in command for expanding all in case of auto-loading enabled.