I have a TreeList that I am able to load with specified branches opened and rows selected using local data. However, if I access the same data from a remote source, the TreeList populates correctly but none of the specified branches and rows perform as they should. I have illustrated this problem at https://dojo.telerik.com/@rswetnam/AtILeDOT.
I believe it may have to do with the fact that the remote data is generating a list while the local data is generating an array - but am unable to figure out how to resolve this. Any help would be greatly appreciated.
nb - this thread follows up on thread https://www.telerik.com/forums/open-specific-treelist-node-upon-page-load---one-level-deep-only which was successfully resolved.