I am looking for a function to fill a TreeGrid in a dynamic way.
For the first level, I work with treeGrid.parse().
If I collapse a node (not loaded yet), the tree wants to load the childs from server (with the file in kidsXmlFile).
Is there a way to catch this event and load children with an object, without going to the server?