Data Binding Overview
Depending on the configuration of its DataSource, the UI for ASP.NET Core Grid provides different types of data binding.
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. TheSkeleton
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
- Remote Ajax Binding by the Grid HtmlHelper for ASP.NET Core (Demo)
- Local Ajax Binding by the Grid HtmlHelper for ASP.NET Core (Demo)
- WebAPI Binding by the Grid HtmlHelper for ASP.NET Core (Demo)
- OData Binding by the Grid HtmlHelper for ASP.NET Core (Demo)
- SignalR Binding by the Grid HtmlHelper for ASP.NET Core (Demo)
- Custom Ajax Binding by the Grid HtmlHelper for ASP.NET Core (Demo)
- Web Api Binding by the Grid HtmlHelper for ASP.NET Core (Demo)