Descending tree graph fails to support webix_kids on calls to 'onDataRequest'

Is there an example of descending into a tree with multiple levels of sub directories loaded via ‘onDataRequest’?

In my thread here (http://forum.webix.com/discussion/30265/creating-a-tree-from-attribute-heavy-xml#latest), i found a way to populate a tree from a partial XML document.

When the user clicks on a branch of the tree, ‘onDataRequest’ fires my call back, branches that were tagged by the custom driver as directories appear correctly on initial load of the widget.

Unfortunately, directory objects found in subsequent XML documents loaded in the handler for ‘onDataRequest’ are not recognized as subdirectories, despite the assignment of ‘webix_kids = true;’ in the returned data object.

Is this a known defect in webix or something that we can workaround?

Thanks!

Never mind, problem was related a typo in my code.

Case closed.