Syncfusion.Blazor.Grid 33.1.45

Syncfusion® Blazor DataGrid

High-performance DataGrid for Blazor applications. Display, edit, and manage tabular data from IEnumerable, OData, or remote sources with built-in paging, sorting, filtering, grouping, and virtualization.

Blazor DataGrid

Key Features

  • Fast rendering with virtualization and row/column virtualization
  • Sorting, filtering, grouping, and searching capabilities
  • Inline, batch, and dialog editing modes
  • Template columns, column resizing, reordering, and freezing
  • Excel and PDF export (requires additional Syncfusion export packages)
  • Keyboard navigation, accessibility, and RTL support
  • Responsive design with mobile touch optimization

System Requirements

  • .NET 8.0 or later (Blazor Server, Blazor Web App, Blazor WebAssembly, Blazor Hybrid)
  • See full requirements: System Requirements

Installation

.NET CLI

dotnet add package Syncfusion.Blazor.Grids

NuGet Package Manager

Install-Package Syncfusion.Blazor.Grids

Add Stylesheet and Script References

For Blazor Web App / Blazor Server, add these to Components/App.razor or App.razor. For Blazor WebAssembly, add these to wwwroot/index.html:

<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>

Quick Start

  1. Register the Syncfusion® Blazor service in Program.cs:
using Syncfusion.Blazor;

builder.Services.AddSyncfusionBlazor();
  1. Add the DataGrid component to your Razor page:
@using Syncfusion.Blazor.Grids

<SfGrid DataSource="@Orders" AllowPaging="true" AllowSorting="true" AllowFiltering="true">
    <GridColumns>
        <GridColumn Field="OrderID" HeaderText="Order ID" Width="120" TextAlign="TextAlign.Right"></GridColumn>
        <GridColumn Field="CustomerName" HeaderText="Customer Name" Width="150"></GridColumn>
        <GridColumn Field="OrderDate" HeaderText="Order Date" Width="130" Format="d" TextAlign="TextAlign.Right"></GridColumn>
        <GridColumn Field="Freight" HeaderText="Freight" Width="120" Format="C2" TextAlign="TextAlign.Right"></GridColumn>
    </GridColumns>
</SfGrid>

@code {
    private List<Order> Orders = new List<Order>
    {
        new Order { OrderID = 10248, CustomerName = "VINET", OrderDate = new DateTime(2023, 7, 4), Freight = 32.38 },
        new Order { OrderID = 10249, CustomerName = "TOMSP", OrderDate = new DateTime(2023, 7, 5), Freight = 11.61 },
        new Order { OrderID = 10250, CustomerName = "HANAR", OrderDate = new DateTime(2023, 7, 8), Freight = 65.83 }
    };

    public class Order
    {
        public int OrderID { get; set; }
        public string CustomerName { get; set; }
        public DateTime OrderDate { get; set; }
        public double Freight { get; set; }
    }
}

Documentation

Support

License

This is a commercial product and requires a paid license for possession or use. Review the Syncfusion® EULA.

About Syncfusion®

Syncfusion® provides 1600+ UI components and frameworks for web, mobile, and desktop development across multiple platforms:

Web: Blazor | ASP.NET Core | ASP.NET MVC | JavaScript | Angular | React | Vue

Mobile: Flutter | MAUI | UWP

Desktop: WinForms | WPF | WinUI

Learn more at www.syncfusion.com.

sales@syncfusion.com | Toll Free: 1-888-9-DOTNET

Showing the top 20 packages that depend on Syncfusion.Blazor.Grid.

Version Downloads Last updated
33.1.47 0 04/06/2026
33.1.46 2 04/04/2026
33.1.45 2 03/26/2026
33.1.44 2 03/16/2026
32.2.9 126 03/16/2026
32.2.8 77 03/05/2026
32.2.7 29 02/25/2026
32.2.5 4 02/19/2026
32.2.4 4 02/19/2026
32.2.3 4 02/09/2026
32.1.25 31 01/29/2026
32.1.24 6 01/21/2026
32.1.23 31 01/14/2026
32.1.22 6 01/21/2026
32.1.21 18 12/30/2025
32.1.20 7 01/01/2026
32.1.19 8 01/01/2026
31.2.18 9 12/09/2025
31.2.16 5 12/09/2025
31.2.15 65 12/09/2025
31.2.12 5 12/09/2025
31.2.10 5 12/09/2025
31.2.5 4 02/09/2026
31.2.4 4 02/09/2026
31.2.3 5 12/15/2025
31.2.2 5 12/15/2025
31.1.23 5 12/15/2025
31.1.22 4 01/21/2026
31.1.21 6 12/09/2025
31.1.20 6 12/09/2025
31.1.19 5 12/15/2025
31.1.18 4 12/15/2025
31.1.17 4 12/15/2025
30.2.7 4 01/22/2026
30.2.6 5 12/09/2025
30.2.5 5 12/10/2025
30.2.4 4 01/22/2026
30.1.42 5 12/09/2025
30.1.41 5 12/09/2025
30.1.40 5 12/09/2025
30.1.39 5 12/09/2025
30.1.38 6 12/09/2025
30.1.37 6 12/09/2025
29.2.11 6 12/09/2025
29.2.10 6 12/09/2025
29.2.9 6 12/10/2025
29.2.8 6 12/09/2025
29.2.7 4 01/22/2026
29.2.5 5 12/09/2025
29.2.4 6 12/10/2025
29.1.41 5 12/09/2025
29.1.40 6 12/09/2025
29.1.39 6 12/09/2025
29.1.38 5 12/09/2025
29.1.37 5 12/09/2025
29.1.35 5 12/09/2025
29.1.33 5 12/09/2025
28.2.12 5 01/22/2026
28.2.11 5 12/09/2025
28.2.9 5 12/09/2025
28.2.7 5 12/09/2025
28.2.6 5 12/09/2025
28.2.5 4 01/21/2026
28.2.4 5 12/09/2025
28.2.3 6 12/09/2025
28.1.41 9 12/09/2025
28.1.39 6 12/09/2025
28.1.38 5 12/09/2025
28.1.37 7 12/09/2025
28.1.36 5 12/09/2025
28.1.35 6 12/09/2025
28.1.33 6 12/09/2025
27.2.5 5 12/09/2025
27.2.4 5 12/10/2025
27.2.3 6 12/09/2025
27.2.2 4 12/09/2025
27.1.58 5 12/09/2025
27.1.57 5 12/09/2025
27.1.56 6 12/10/2025
27.1.55 6 12/09/2025
27.1.53 5 12/09/2025
27.1.52 5 12/09/2025
27.1.51 5 12/09/2025
27.1.50 6 12/09/2025
27.1.48 5 12/10/2025
26.2.14 6 12/09/2025
26.2.13 5 12/09/2025
26.2.12 5 12/09/2025
26.2.11 4 01/21/2026
26.2.10 6 12/09/2025
26.2.9 5 12/09/2025
26.2.8 6 12/09/2025
26.2.7 5 12/10/2025
26.2.5 4 12/09/2025
26.2.4 5 12/09/2025
26.1.42 6 12/09/2025
26.1.41 5 12/09/2025
26.1.40 5 12/10/2025
26.1.39 6 12/09/2025
26.1.38 6 12/09/2025
26.1.35 4 12/09/2025
25.2.7 5 12/09/2025
25.2.6 5 12/09/2025
25.2.5 6 12/09/2025
25.2.4 5 12/09/2025
25.2.3 7 12/09/2025
25.1.42 6 12/09/2025
25.1.41 6 12/09/2025
25.1.40 5 12/10/2025
25.1.39 7 12/09/2025
25.1.38 7 12/09/2025
25.1.37 6 12/09/2025
25.1.35 7 12/09/2025
24.2.9 5 12/09/2025
24.2.8 5 12/09/2025
24.2.7 4 02/09/2026
24.2.6 4 01/21/2026
24.2.5 4 01/21/2026
24.2.4 5 12/09/2025
24.2.3 4 12/15/2025
24.1.47 5 12/09/2025
24.1.46 6 12/09/2025
24.1.45 5 12/09/2025
24.1.44 5 12/09/2025
24.1.43 5 12/09/2025
24.1.41 4 01/22/2026
23.2.7 5 12/15/2025
23.2.6 5 12/15/2025
23.2.5 5 12/15/2025
23.2.4 5 12/15/2025
23.1.44 5 12/09/2025
23.1.43 6 12/09/2025
23.1.42 5 12/09/2025
23.1.41 6 12/09/2025
23.1.40 6 12/09/2025
23.1.39 7 12/09/2025
23.1.38 7 12/09/2025
23.1.36 5 12/09/2025
22.2.12 5 12/09/2025
22.2.11 4 02/09/2026
22.2.10 6 12/09/2025
22.2.9 5 12/09/2025
22.2.8 4 01/21/2026
22.2.7 5 12/09/2025
22.2.5 4 01/21/2026
22.1.39 5 12/09/2025
22.1.38 5 12/09/2025
22.1.37 6 12/09/2025
22.1.36 6 12/09/2025
22.1.34 6 12/09/2025
21.2.10 4 01/22/2026
21.2.9 5 12/09/2025
21.2.8 4 01/22/2026
21.2.6 5 12/09/2025
21.2.5 4 02/09/2026
21.2.4 4 02/09/2026
21.2.3 5 12/15/2025
21.1.41 4 01/21/2026
21.1.39 6 12/09/2025
21.1.38 7 12/09/2025
21.1.37 6 12/09/2025
21.1.35 5 12/09/2025
20.4.0.54 4 02/09/2026
20.4.0.53 6 12/10/2025
20.4.0.52 6 12/09/2025
20.4.0.51 5 12/09/2025
20.4.0.50 4 01/21/2026
20.4.0.49 5 12/09/2025
20.4.0.48 5 12/10/2025
20.4.0.44 5 12/10/2025
20.4.0.43 5 12/09/2025
20.4.0.42 4 12/10/2025
20.4.0.41 5 12/09/2025
20.4.0.40 6 12/09/2025
20.4.0.38 5 12/10/2025
20.3.0.61 5 12/10/2025
20.3.0.60 5 12/09/2025
20.3.0.59 5 12/10/2025
20.3.0.58 7 12/09/2025
20.3.0.57 6 12/09/2025
20.3.0.56 6 12/09/2025
20.3.0.52 6 12/09/2025
20.3.0.50 4 02/09/2026
20.3.0.49 6 12/09/2025
20.3.0.48 6 12/10/2025
20.3.0.47 6 12/10/2025
20.2.0.50 5 12/09/2025
20.2.0.49 5 12/09/2025
20.2.0.48 5 12/10/2025
20.2.0.46 5 12/10/2025
20.2.0.45 5 12/09/2025
20.2.0.44 4 01/22/2026
20.2.0.43 4 02/09/2026
20.2.0.40 5 01/21/2026
20.2.0.39 4 01/21/2026
20.2.0.38 4 01/21/2026
20.2.0.36 5 12/09/2025
20.1.0.61 4 01/22/2026
20.1.0.60 4 02/09/2026
20.1.0.59 5 12/12/2025
20.1.0.58 7 12/09/2025
20.1.0.57 6 12/09/2025
20.1.0.56 6 12/09/2025
20.1.0.55 4 02/09/2026
20.1.0.52 5 12/09/2025
20.1.0.51 5 12/09/2025
20.1.0.50 4 02/09/2026
20.1.0.48 7 12/10/2025
20.1.0.47 6 12/10/2025
19.4.0.56 6 12/09/2025
19.4.0.55 5 12/09/2025
19.4.0.54 6 12/09/2025
19.4.0.53 5 12/09/2025
19.4.0.52 7 12/09/2025
19.4.0.50 5 12/12/2025
19.4.0.48 5 12/12/2025
19.4.0.47 5 12/10/2025
19.4.0.43 6 12/09/2025
19.4.0.42 5 12/12/2025
19.4.0.41 5 12/10/2025
19.4.0.40 4 01/21/2026
19.4.0.38 6 12/09/2025
19.3.0.59 7 12/10/2025
19.3.0.57 8 12/09/2025
19.3.0.56 6 12/09/2025
19.3.0.55 5 12/10/2025
19.3.0.54 7 12/09/2025
19.3.0.53 6 12/10/2025
19.3.0.48 6 12/09/2025
19.3.0.47 7 12/09/2025
19.3.0.46 6 12/09/2025
19.3.0.45 7 12/09/2025
19.3.0.44 6 12/09/2025
19.3.0.43 5 12/10/2025
19.2.0.62 6 12/09/2025
19.2.0.60 5 12/10/2025
19.2.0.59 5 12/12/2025
19.2.0.57 6 12/09/2025
19.2.0.56 6 12/09/2025
19.2.0.55 5 12/12/2025
19.2.0.51 6 12/10/2025
19.2.0.49 5 12/15/2025
19.2.0.48 7 12/09/2025
19.2.0.47 8 12/09/2025
19.2.0.46 6 12/09/2025
19.2.0.44 7 12/09/2025
19.1.0.69 5 12/09/2025
19.1.0.67 6 12/10/2025
19.1.0.66 4 12/09/2025
19.1.0.65 7 12/09/2025
19.1.0.64 6 12/09/2025
19.1.0.63 5 12/09/2025
19.1.0.59 6 12/10/2025
19.1.0.58 5 12/10/2025
19.1.0.57 7 12/09/2025
19.1.0.56 5 12/10/2025
19.1.0.55 4 12/09/2025
19.1.0.54 4 12/12/2025
18.4.0.49 6 12/09/2025
18.4.0.48 4 01/21/2026
18.4.0.47 6 12/10/2025
18.4.0.46 6 12/10/2025
18.4.0.44 4 01/21/2026
18.4.0.43 6 12/10/2025
18.4.0.42 6 12/09/2025
18.4.0.41 4 12/10/2025
18.4.0.39 7 12/09/2025
18.4.0.35 6 12/09/2025
18.4.0.34 5 12/10/2025
18.4.0.33 5 12/10/2025
18.4.0.32 7 12/09/2025
18.4.0.31 6 12/10/2025
18.4.0.30 6 12/10/2025