Posted 18 July 2019, 8:22 am EST
This fiddle demonstrates my issue:
https://jsfiddle.net/yohnan/8y6odm7u/
I am using the formatItem event of TreeView to place CSS classes on the tree node based on information in the node’s dataItem. When I update the dataItem and call TreeNode.refresh(), the format call is not updating the content. Please advise how to have a tree node’s refresh after change to dataItem and call the formatItem.
