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

ASP.NET MVC PanelBar AJAX Content Loading

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
ajax.cshtml
AjaxController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The Telerik UI for ASP.NET MVC PanelBar offers an on-demand content loading. In this way, the DataSources of the items are fetched lazily when their parent is expanded. When loading only the required section and delaying the remaining until it is needed by the users, is widely used for online content. This technique has many advantages among which reducing the server traffic, increasing the web application speed, and giving a positive impact on the user experience.

The current example demonstrates how to load the PanelBar items content on-demand by requesting the correspondent data through the LoadContentFrom property.

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