Please be sure that you have defined some column as tree
grid.setColTypes(“tree,ro,ro,ro”)
and your XML has nested row elements where necessary - in such case grid must render a plus icons for rows with sub-elements
You can force row opening by using
grid.openItem
or by using open attribute in XML
<row id=“some” open=“true”>
…