Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
How do you configure the treeview to accept unstructured but properly formed json?
It must be possible because Chrome Development Tools has no problems showing any json sent to it.
Hello Jon,
The TreeView for ASP.NET Core displays hierarchical data from a remote source via binding to a data source. The remote endpoint should return homogenous objects. As long as this condition is met the TreeView will be able to display the data passed to it. You can review an example in a runnable demo on the TreeView Remote DataBinding Demo.
Regards, Aleksandar Progress Telerik