Designed using the HierarchicalData load on demand example, but I can only get the TelerikTreeView to display when I load the root data manually from OnInitialized. I've even tried calling StateHasChanged in OnInitializedAsync after LoadRootHierarchical has completed.
Is there an issue with TelerikTreeView and async?