Blazor Data Grid - Overview

1 - 10 of 77 items
  • Overview.razor
  • ProductService.cs
  • CategoryService.cs
  • ProductDto.cs
  • CategoryDto.cs
Loading the demo source code...please wait.

Style in ThemeBuilder

  • Custom SASS variables
  • Atomic customizations
  • Sharing projects
Start Theming
blazor ui ninja image

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

Description

Visualize data and let users edit it with the powerful Data Grid component. With support for paging, sorting, filtering, lazy loading, flexible data binding to any application data source, export, selection, powerful state management, templates and many other features, this comprehensive control can be trivially setup to cover a variety of use cases.

This demo demonstrates some of the most popular features of the Telerik UI for Blazor Grid. By default the items in the component are grouped by their Category which is done through the Grid State. You can filter them by using the filter icon next to the name of the column in the respective column header. You can customize the rendering of a column by using the Template as shown in the Image Column. To group the Grid by another column, drag the column header and drop it in the designated place. The Grid fetches its data from a SQL database connected through service and you can Add, Edit, and Delete items by using the respective buttons.

Key Functionalities and Features

  • Filtering - The Grid component offers different options to filter the records.
  • Grouping - The Grid component offers support for grouping data.
  • Selection - select one or multiple rows via clicks or checkboxes
  • State - get or set the Grid configuration programmatically
  • Virtual Scrolling - allow the user to scroll vertically through all records
  • Row Drag&Drop - allows you to move a row or a multitude of rows between different parents in the same Grid
  • Sorting - The Grid component offers support for sorting data.
  • Hierarchy - nest Grids and visualize parent-child relations between data records
This Data Grid Overview example is part of a unique collection of hundreds of Blazor demos, with which you can see all Telerik UI for Blazor 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 Blazor or ThemeBuilder.

Support & Learning Resources

Additional Resources

An error has occurred. This application may no longer respond until reloaded.