Telerik UI for ASP.NET MVC SkeletonContainer Overview

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
index.cshtml
IndexController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API
devcraft ninja image

The SkeletonContainer component is part of Telerik UI for ASP.NET MVC, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Description

The Telerik UI for ASP.NET MVC SkeletonContainer component is mainly used for indicating to the user that the content of the page and/or element is currently loading. What separates it from the conventional loaders is that it can follow the exact structure of the page or element that is loading. This prepares the user of what the actual structure will be along with the indication that an action is in process and the content is being loaded. When the loading has finished, you can hide the SkeletonContainer and reveal the original content from underneath by using additional client-side logic.

The current demo shows how to create a SkeletonContainer of a loading Card UI component. To configure the skeleton content, define the HTML structure of the loading element in the Template() option.

The ASP.NET MVC SkeletonContainer control is part of Telerik UI for ASP.NET MVC, a professional-grade UI library with 110+ components for building modern and feature-rich web applications. The SkeletonContainer is a server-side wrapper for the Kendo UI for jQuery SkeletonContainer component and comes in the form of an HtmlHelper.

Functionality and Features

  • Items–You can define the skeleton shapes by using the default CSS Grid layout.
  • Grid Integration–You can integrate the SkeletonContainer into the Grid to show a simplified preview of each Grid cell.

Additional Apps

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