When a TreeView is bound to a new kendo.data.HierarchicalDataSource the binding of the widget breaks.
In the wrappers the following error is thrown:
Uncaught TypeError: Cannot read properties of undefined (reading 'length')
Review the behavior in this Telerik Core REPL.
The TreeView should bind to the new data set successfully.