![]() |
VOOZH | about |
dotnet add package Syncfusion.Blazor.Grid --version 33.2.13
NuGet\Install-Package Syncfusion.Blazor.Grid -Version 33.2.13
<PackageReference Include="Syncfusion.Blazor.Grid" Version="33.2.13" />
<PackageVersion Include="Syncfusion.Blazor.Grid" Version="33.2.13" />Directory.Packages.props
<PackageReference Include="Syncfusion.Blazor.Grid" />Project file
paket add Syncfusion.Blazor.Grid --version 33.2.13
#r "nuget: Syncfusion.Blazor.Grid, 33.2.13"
#:package Syncfusion.Blazor.Grid@33.2.13
#addin nuget:?package=Syncfusion.Blazor.Grid&version=33.2.13Install as a Cake Addin
#tool nuget:?package=Syncfusion.Blazor.Grid&version=33.2.13Install as a Cake Tool
High-performance Blazor DataGrid for modern applications. Display, edit, and manage tabular data from IEnumerable collections, OData services, or remote sources with built-in paging, sorting, filtering, grouping, and virtualization.
Components/App.razor or App.razor file.wwwroot/index.html file.<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>
Program.cs file.using Syncfusion.Blazor;
builder.Services.AddSyncfusionBlazor();
@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; }
}
}
This is a commercial product and requires a paid license for possession or use. Review the Syncfusion® EULA.
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
Desktop: WinForms | WPF | WinUI
Learn more at www.syncfusion.com.
| Toll Free: 1-888-9-DOTNET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on Syncfusion.Blazor.Grid:
| Package | Downloads |
|---|---|
|
Syncfusion.Blazor.TreeGrid
Syncfusion® Blazor TreeGrid component for displaying hierarchical tabular data in .NET Blazor apps. Supports row hierarchy, sorting, filtering, paging, editing, virtualization, and export. |
|
|
Syncfusion.Blazor.FileManager
This package contains the Syncfusion® Blazor FileManager component. |
|
|
Syncfusion.Blazor.Gantt
This package contains the Syncfusion® Blazor Gantt component. |
|
|
Syncfusion.Blazor.PivotTable
Syncfusion® Blazor Pivot Table (PivotView) component for data summarization and analytics in .NET Blazor apps. Supports pivoting, aggregation, drill-down, field lists, calculated fields, and export. |
|
|
Syncfusion.Blazor.MultiColumnComboBox
Syncfusion® Blazor MultiColumnComboBox component enables users to select values from a dropdown list that displays multiple columns of related data. Supports data binding, filtering, virtualization, and customizable column templates for enhanced data presentation in Blazor applications. |
Showing the top 4 popular GitHub repositories that depend on Syncfusion.Blazor.Grid:
| Repository | Stars |
|---|---|
|
abpframework/abp-samples
Sample solutions built with the ABP Framework
|
|
| iPromKnight/zilean | |
| bhrugen/TangyBlazor | |
|
OpenSilver/OpenSilver.Samples.Showcase
An app with over 200 XAML, C#, F# & VB samples, powered by OpenSilver. Live demo: https://OpenSilverShowcase.com
|
| Version | Downloads | Last Updated |
|---|---|---|
| 33.2.13 | 814 | 6/16/2026 |
| 33.2.12 | 4,749 | 6/9/2026 |
| 33.2.10 | 3,881 | 6/2/2026 |
| 33.2.8 | 3,713 | 5/26/2026 |
| 33.2.7 | 5,476 | 5/19/2026 |
| 33.2.6 | 6,178 | 5/12/2026 |
| 33.2.5 | 10,595 | 5/4/2026 |
| 33.2.4 | 7,120 | 4/27/2026 |
| 33.2.3 | 12,513 | 4/21/2026 |
| 33.1.49 | 11,258 | 4/13/2026 |
| 33.1.47 | 9,647 | 4/6/2026 |
| 33.1.46 | 3,960 | 3/30/2026 |
| 33.1.45 | 4,654 | 3/23/2026 |
| 33.1.44 | 15,185 | 3/16/2026 |
| 32.2.9 | 15,647 | 3/9/2026 |
| 32.2.8 | 9,178 | 3/2/2026 |
| 32.2.7 | 12,281 | 2/23/2026 |
| 32.2.5 | 8,778 | 2/16/2026 |
| 32.2.4 | 19,812 | 2/10/2026 |
| 32.2.3 | 17,466 | 2/5/2026 |