Syncfusion.Blazor.Grid 19.1.0.69

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.Blazor.Grid --version 19.1.0.69
NuGet\Install-Package Syncfusion.Blazor.Grid -Version 19.1.0.69
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.Blazor.Grid" Version="19.1.0.69" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Blazor.Grid --version 19.1.0.69
#r "nuget: Syncfusion.Blazor.Grid, 19.1.0.69"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Syncfusion.Blazor.Grid as a Cake Addin
#addin nuget:?package=Syncfusion.Blazor.Grid&version=19.1.0.69

// Install Syncfusion.Blazor.Grid as a Cake Tool
#tool nuget:?package=Syncfusion.Blazor.Grid&version=19.1.0.69

The Blazor DataGrid component is used to display and manipulate tabular data with configuration options to control the way the data is presented. It can pull data from data sources such as IEnumerable objects, OData web services, or DataManager and binding data fields to columns. It also displays the column header to identify the field with support for grouped records.The most important features available in the datagrid component are paging, sorting, filtering, searching, and grouping.

    Key Features
        • Data sources: Binds the datagrid component with IEnumerable, DataManager or perform manual data binding.
        • Sorting and grouping: Supports n level of sorting and grouping.
        • Filtering: Offers filter bar in each column to filter data.
        • Paging: Allows easy switching between pages using the pager bar.
        • Editing: Provides the options for create, read, update, and delete operations.
        • Columns: The column definitions are used as the dataSource schema in the DataGrid. This plays a vital role in rendering column values in the required format.
          o Reordering: Allows drag and drop of any column anywhere in the grid’s column header row, thus allowing repositioning of columns.
          o Column Chooser: The column chooser provides a list of column names paired with check boxes that allow the visibility to be toggled on the fly.
          o Resizing: Resizing allows changing column width on the fly by simply dragging the right corner of the column header.
          o Freeze: Columns and rows can be frozen to allow scrolling and comparing cell values.
          o Foreign data source: This provides the option to show values from external or lookup data sources in a column based on foreign key/value mapping.
        • Selection: Rows or cells can be selected in the datagrid. One or more rows or cells can also be selected by holding Ctrl or Command, or programmatically.
        • Aggregation: Provides the option to easily visualized the Aggregates for column values.
        • Context menu: The context menu provides a list of actions to be performed in the datagrid. It appears when a cell, header, or the pager is right-clicked.
        • Clipboard: Selected rows and cells can be copied from the datagrid
        • Export: Provides the options to Export the datagrid data to Excel, PDF, and CSV formats.
        • RTL support: Provides right-to-left mode that aligns the datagrid content from right to left.
        • Localization: Provides an inherent support to localize the UI.
        • Live Updates: Optimized for handling live data updates.
        • Master Detail Grid: The detail grid shows the corresponding child information of the selected parent grid record.

  Helpful links:
     Feature tour: https://www.syncfusion.com/blazor-components/blazor-datagrid?utm_source=nuget&utm_medium=listing
     Documentation: https://blazor.syncfusion.com/documentation/datagrid/?utm_source=nuget&utm_medium=listing
     Demos: https://blazor.syncfusion.com/demos/datagrid/overview?utm_source=nuget&utm_medium=listing

    Support:
     Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident/?utm_source=nuget&utm_medium=listing
     Forum: https://www.syncfusion.com/forums/blazor-components/?utm_source=nuget&utm_medium=listing

    This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).

    © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (15)

Showing the top 5 NuGet packages that depend on Syncfusion.Blazor.Grid:

Package Downloads
Syncfusion.Blazor.TreeGrid The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion Blazor Tree Grid component and more.

Syncfusion.Blazor.FileManager The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion Blazor File Manager component and more.

Syncfusion.Blazor.Gantt The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion Blazor Gantt Chart component and more.

Syncfusion.Blazor.PivotTable The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion Blazor Pivot Table component and more.

Waikiki.Common.Frontend

Common components for building Blazor frontend applications.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Syncfusion.Blazor.Grid:

Repository Stars
abpframework/abp-samples
Sample solutions built with the ABP Framework
microsoft/AzUrlShortener
An simple and easy Url Shortener
bhrugen/TangyBlazor
Version Downloads Last updated
25.1.37 397 3/26/2024
25.1.35 3,412 3/15/2024
24.2.9 4,006 3/4/2024
24.2.8 4,475 2/26/2024
24.2.7 3,759 2/19/2024
24.2.6 3,169 2/14/2024
24.2.5 1,081 2/12/2024
24.2.4 3,161 2/5/2024
24.2.3 5,606 1/31/2024
24.1.47 8,417 1/22/2024
24.1.46 3,326 1/16/2024
24.1.45 9,244 1/8/2024
24.1.44 6,232 1/2/2024
24.1.43 3,860 12/27/2023
24.1.41 16,889 12/18/2023
23.2.7 8,903 12/6/2023
23.2.6 7,186 11/28/2023
23.2.5 4,084 11/23/2023
23.2.4 4,747 11/20/2023
23.1.44 17,514 11/6/2023
23.1.43 5,290 10/30/2023
23.1.42 3,798 10/23/2023
23.1.41 5,425 10/16/2023
23.1.40 11,649 10/10/2023
23.1.39 4,113 10/4/2023
23.1.38 3,603 9/26/2023
23.1.36 21,340 9/15/2023
22.2.12 18,588 9/5/2023
22.2.11 6,167 8/28/2023
22.2.10 10,948 8/22/2023
22.2.9 10,509 8/14/2023
22.2.8 3,216 8/7/2023
22.2.7 4,013 8/2/2023
22.2.5 10,278 7/27/2023
22.1.39 12,553 7/18/2023
22.1.38 7,777 7/11/2023
22.1.37 4,542 7/3/2023
22.1.36 3,330 6/28/2023
22.1.34 8,323 6/21/2023
21.2.10 12,189 6/13/2023
21.2.9 3,846 6/6/2023
21.2.8 4,539 5/30/2023
21.2.6 3,757 5/22/2023
21.2.5 4,136 5/15/2023
21.2.4 16,195 5/9/2023
21.2.3 8,739 5/3/2023
21.1.41 15,283 4/19/2023
21.1.39 7,220 4/10/2023
21.1.38 3,517 4/3/2023
21.1.37 4,396 3/29/2023
21.1.35 14,825 3/23/2023
20.4.0.54 29,227 3/13/2023
20.4.0.53 3,858 3/7/2023
20.4.0.52 15,240 2/28/2023
20.4.0.51 13,238 2/21/2023
20.4.0.50 11,244 2/14/2023
20.4.0.49 6,892 2/7/2023
20.4.0.48 24,996 2/1/2023
20.4.0.44 10,159 1/18/2023
20.4.0.43 20,609 1/10/2023
20.4.0.42 8,414 1/4/2023
20.4.0.41 3,669 12/29/2022
20.4.0.40 1,845 12/28/2022
20.4.0.38 12,169 12/21/2022
20.3.0.61 27,010 12/13/2022
20.3.0.60 8,444 12/6/2022
20.3.0.59 9,015 11/29/2022
20.3.0.58 11,383 11/22/2022
20.3.0.57 8,181 11/15/2022
20.3.0.56 22,731 11/8/2022
20.3.0.52 13,109 10/27/2022
20.3.0.50 15,623 10/18/2022
20.3.0.49 6,595 10/11/2022
20.3.0.48 5,574 10/5/2022
20.3.0.47 17,515 9/29/2022
20.2.0.50 8,577 9/20/2022
20.2.0.49 8,458 9/13/2022
20.2.0.48 18,831 9/6/2022
20.2.0.46 5,304 8/30/2022
20.2.0.45 5,335 8/23/2022
20.2.0.44 5,108 8/16/2022
20.2.0.43 6,465 8/8/2022
20.2.0.40 13,465 7/26/2022
20.2.0.39 4,550 7/19/2022
20.2.0.38 4,881 7/12/2022
20.2.0.36 28,447 6/30/2022
20.1.0.61 28,766 6/20/2022
20.1.0.60 15,454 6/14/2022
20.1.0.59 11,940 6/7/2022
20.1.0.58 7,071 5/31/2022
20.1.0.57 14,254 5/24/2022
20.1.0.56 6,785 5/17/2022
20.1.0.55 9,442 5/12/2022
20.1.0.52 9,291 5/3/2022
20.1.0.51 8,528 4/26/2022
20.1.0.50 5,251 4/19/2022
20.1.0.48 10,429 4/12/2022
20.1.0.47 13,554 4/4/2022
19.4.0.56 25,976 3/15/2022
19.4.0.55 5,951 3/8/2022
19.4.0.54 7,941 3/1/2022
19.4.0.53 9,323 2/22/2022
19.4.0.52 6,958 2/15/2022
19.4.0.50 10,022 2/8/2022
19.4.0.48 27,025 1/31/2022
19.4.0.47 8,183 1/25/2022
19.4.0.43 15,069 1/18/2022
19.4.0.42 27,067 1/11/2022
19.4.0.41 6,148 1/4/2022
19.4.0.40 5,964 12/28/2021
19.4.0.38 7,799 12/17/2021
19.3.0.59 10,400 12/14/2021
19.3.0.57 3,246 12/7/2021
19.3.0.56 7,320 11/30/2021
19.3.0.55 5,070 11/23/2021
19.3.0.54 4,161 11/17/2021
19.3.0.53 4,143 11/12/2021
19.3.0.48 8,458 11/3/2021
19.3.0.47 6,161 10/26/2021
19.3.0.46 4,723 10/19/2021
19.3.0.45 4,137 10/12/2021
19.3.0.44 8,414 10/5/2021
19.3.0.43 7,234 9/30/2021
19.2.0.62 21,061 9/13/2021
19.2.0.60 7,242 9/7/2021
19.2.0.59 3,439 8/30/2021
19.2.0.57 2,896 8/24/2021
19.2.0.56 2,811 8/17/2021
19.2.0.55 4,295 8/11/2021
19.2.0.51 7,468 8/2/2021
19.2.0.49 5,786 7/27/2021
19.2.0.48 3,088 7/19/2021
19.2.0.47 3,230 7/13/2021
19.2.0.46 3,057 7/6/2021
19.2.0.44 8,965 6/30/2021
19.1.0.69 12,444 6/14/2021
19.1.0.67 8,119 6/7/2021
19.1.0.66 4,482 5/31/2021
19.1.0.65 4,485 5/24/2021
19.1.0.64 2,995 5/19/2021
19.1.0.63 3,945 5/13/2021
19.1.0.59 7,226 5/3/2021
19.1.0.58 6,698 4/26/2021
19.1.0.57 3,662 4/20/2021
19.1.0.56 2,880 4/13/2021
19.1.0.55 9,726 4/6/2021
19.1.0.54 10,341 3/30/2021
18.4.0.49 4,828 3/23/2021
18.4.0.48 2,899 3/16/2021
18.4.0.47 2,637 3/9/2021
18.4.0.46 4,536 3/2/2021
18.4.0.44 3,956 2/23/2021
18.4.0.43 3,062 2/15/2021
18.4.0.42 2,816 2/9/2021
18.4.0.41 7,418 2/2/2021
18.4.0.39 2,983 1/28/2021
18.4.0.35 3,622 1/19/2021
18.4.0.34 2,910 1/12/2021
18.4.0.33 3,052 1/4/2021
18.4.0.32 1,934 12/30/2020
18.4.0.31 6,261 12/22/2020
18.4.0.30 6,057 12/17/2020