Data Binding Overview

Depending on the configuration of its DataSource, the UI for ASP.NET Core Grid provides different types of data binding.

Telerik UI for ASP.NET Core Ninja image

The Data Binding is part of Telerik UI for ASP.NET Core, 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.

Loading Overlay Types

The Telerik UI Grid for ASP.NET Core exposes two types of loading indicators:

  • The GridLoaderType.LoadingPanel adds an overlay element with a loading spinner over the main content of the Grid. This is the default type.

  • The GridLoaderType.Skeleton uses the SkeletonContainer widget to show a simplified preview of each of the grid's cells. The Skeleton loading type aims at helping the user gain an idea of what the content would look like when the loading completes. It also makes the page load time appear shorter.

Check the Skeleton loading type in action in the live demo below:

KB Articles on Grid Data Binding

See Also

In this article