New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core PanelBar Loading Content with AJAX
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core 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 of the HtmlHelper or the content-url
attribute of the TagHelper.