dhtmlxTreeGrid Questions

I have a dynamically loaded TreeGrid. I need to be able to reload a nodes children from the database in certain events. Is there a way to accomplish this?

I would like to be able to expand a dynamically loaded TreeGrid node and have it recursively expand all of its children, it’s chrildren’s children and so forth. Is this possible?

I need to be able to reload a nodes children
There is no separate method, but you can delete all child items from the branch in question and call load command for it ( grid.load(“some.php?id={NODEID}”) )