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

ASP.NET MVC TreeView Remote Data Binding

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
remote_data_binding.cshtml
Remote_Data_BindingController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The Telerik UI for ASP.NET MVC TreeView supports remote data binding and you can display remote-storage data in the component.

To implement the remote data-binding feature, you need to specify a remote endpoint or web service returning data in a JSON or JSONP format, and utilize the Telerik UI for ASP.NET MVC DataSource as a mediator between the TreeView and the underlying data.

To make the connection to the remote endpoint and process the data properly, the data source requires information about the web service URL.

Usually, the remote binding is a preferable approach for Telerik UI for ASP.NET MVC TreeView data binding. You can configure it easily by adding the DataSource component in the helper definition. By default, the TreeView sends to the remote endpoint the id of the expanded node as a query string parameter. In this way, you can filter the data collection in the Action method based on the received id parameter and return the appropriate child nodes to the DataSource of the component.

This example demonstrates how to bind the TreeView to remote data.

Additional Apps

This TreeView 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