Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
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