I’m using TreeGrid to represent a directory tree using PHP to build the XML.
Root would be represented by rows:parent=0 but creating row:id=0 returns a duplicate id error.
How can I display the root by default as the only row on initialization?
The problem caused by using id:0 , 0 already reserved for virtual root item, just use any other ID value.