New to Telerik UI for ASP.NET MVC? Download free 30-day trial

ASP.NET MVC TreeList OData-v4 Binding

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
odata.cshtml

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The Telerik TreeList for ASP.NET MVC component supports binding to various endpoints. This example illustrates how you can use an OData-v4 service to populate the tree.

The main points in the implementation are:

  • Initially requesting only the top level items(root items). In the particular case a bound function is used.
  • Requesting only the child nodes for a given node, on expand, using the id field value defined in the Model.

Additional Apps

This TreeList example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources