Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.61 KB

File metadata and controls

48 lines (32 loc) · 1.61 KB

Getting started with Syncfusion® Blazor DataGrid component

A modern sample application demonstrating how to build a Blazor application with the Syncfusion® Blazor DataGrid component. The project demonstrates simple column customizations along with key features such as paging, sorting, filtering, and grouping.

Features

  • Pagination: Browse large datasets efficiently with configurable page sizes
  • Sorting: Sort columns in ascending or descending order
  • Filtering: Apply filters to find specific records
  • Grouping: Organize data by column values

Prerequisites

Getting Started

Clone the Repository

git clone https://github.com/SyncfusionExamples/get-start-with-blazor-data-grid.git
cd get-start-with-blazor-data-grid

Run with Visual Studio

  1. Open the solution file using Visual Studio 2022 or later.
  2. Restore the NuGet packages by rebuilding the solution.
  3. Build the project to ensure there are no compilation errors.
  4. Run the project.

Run with .NET CLI

# Restore dependencies
dotnet restore

# Run the project
dotnet run

References

Documentation: https://blazor.syncfusion.com/documentation/datagrid/getting-started-with-server-app

Online example: https://blazor.syncfusion.com/demos/datagrid/overview?theme=fluent2