I have a tree that I load with JSON object and would like to enabled smart rendering on. However, when I do so I get error in the preParse():
“The item adf7a2db-71ac-4339-a900-2721a5f15d94 not operable. Seems you have non-unique|incorrect IDs in tree’s XML.”
My tree structure is {“id”:“0”,“item”:[{“id”:“adf7a2db-71ac-4339-a900-2721a5f15d94”,“text”:"Total ", “child”:“1”,“item”:[{“id”:“4e65d8fe-6456-4a0c-bbb7-3e8f4a7a4e8c”,“text”:“C2”,“child”:“1” …
or
Total
C2
with fake root node with id 0 around it since tree requires it.
I do not set smartXMLParsing to anything explicitly, however the source of enableSmartRendering() does this.enableSmartXMLParsing(true); So, how come those are incompatible then? Should I be doing: