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

ASP.NET MVC PanelBar 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 PanelBar supports remote data binding and you can display remote-storage data in the component.

Usually, AJAX data binding is a preferable approach for remote data binding. The PanelBar component supports the feature and to enable it, follow these steps:

  1. Add the DataSource through the PanelBar configuration or set the ID of an external DataSource component.
  2. Configure the Read Action of the DataSource by specifying the names of the Action method and Controller.
  3. Create the Action method in the associated Controller that returns the data collection.

Additional Apps

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