Could you please let me know if there is a way to have
a node automatically opened when loading data via XML? In other words we
would like to automatically expand the top level node of our tree when loading
the initial block of XML.
You can use “open”
attribute of “row” element in XML. Element with such attribute will
be expanded (value of attribute doesn’t matter).