This question is locked. New answers and comments are not allowed.
- we are using loadOnDemand feature, but not works after we installed new version 825
- TreeViewItemModel is obsolete
- we have tried with TreeViewItem, but not works, because treeview.js uses old NavigateUrl
- html.cat(item.NavigateUrl ? '<a href="' + item.NavigateUrl + '" class="t-link ' : '<span class="')
.cat('t-in').catIf(' t-state-disabled', item.Enabled === false)
.cat('">')