dhtmlXTree drag-and-drop


This is actually a follow up question - I didn’t see how to add a follow up from your initial response.



Say I have the complete tree (in the correct format) in an object that implements XMLStreamReader.  Can I just load that object and render the tree or do I need to transform it into an XML string?

I didn’t see how to add a follow up from your initial response.
You can use - “open in interactive version” link
         dhtmlx.com/docs/products/kb/inde … mal&q=2685

>>Can I just load that object and render the tree or do I need to transform it into an XML string?

The grid can take data from external URL
    tree.loadXML
from XML string
    tree.loadXMLString(…

There is no way to provide any custom  object as source of data.