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

ASP.NET Core Grid Basic Usage

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
  • Edit in Telerik REPL
HtmlHelper
TagHelper
Files:
basic_usage.cshtml
ClientCategoryEditor.cshtml
ProductViewModel.cs
Basic_Usage_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API

Description

The Telerik UI for ASP.NET Core Grid is a component for displaying data in a tabular format and comes with a variety of powerful features for data management, presentation, and customization such as filtering, grouping, paging, sorting, and much more.

The ASP.NET Core Data Grid allows you to load and propagate its data by configuring a custom data source, if required, or by using any of the following built-in data-binding options:

  • View-Model binding (or local binding) for rendering local data in the component.
  • AJAX binding by setting a model type and performing AJAX requests to retrieve or update the data.
  • ASP.NET Web API through parameter binding which allows you to customize the binding process.
  • ASP.NET Core SignalR for adding real-time functionality (push updates) to the component.

This demo shows how to configure the ASP.NET Core Data Grid to display its data and also perform the sorting, paging, and grouping data operations by utilizing the built-in settings of the component.

For more information about the approaches for taking the best out of the component, refer to the official Telerik UI for ASP.NET Core Data Grid product documentation.

Additional Apps

This Grid example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core 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 Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources