Hi Brian,
TreeView
refresh method refreshes the entire TreeView, and it cannot be invoked for particular nodes. However, we suspect your requirement is to add nodes or update node text for an existing node. For this, you can use
addNodes method which adds new nodes or
updateText method which updates the node’s text. On using this method, the TreeView gets automatically refreshed for that particular node and there will be no need to call the
refresh method.
Also, you have mentioned that only the root level is refreshed on calling refresh method, are you referring to the root level node or the parent of the particular node?
If this does not resolve your issue, get back to us with the details so that we can help you further.
Thanks,
Christo