Gane.Blazor.Grid 1.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Gane.Blazor.Grid --version 1.0.0
NuGet\Install-Package Gane.Blazor.Grid -Version 1.0.0
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="Gane.Blazor.Grid" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gane.Blazor.Grid --version 1.0.0
#r "nuget: Gane.Blazor.Grid, 1.0.0"
#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 Gane.Blazor.Grid as a Cake Addin
#addin nuget:?package=Gane.Blazor.Grid&version=1.0.0

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

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.
    • Reordering: Allows drag and drop of any column anywhere in the grid’s column header row, thus allowing repositioning of columns.
    • 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.
    • Resizing: Resizing allows changing column width on the fly by simply dragging the right corner of the column header.
    • Freeze: Columns and rows can be frozen to allow scrolling and comparing cell values.
    • 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 DataGrid: Live Blazor DataGrid is optimized for handling and updating large number of records at real-time suitable for binding financial records and more.
  • Master Detail Grid: Blazor Master Detail Grid is a use case scenario, in which the details of a Master DataGrid record, is viewed in a separate Detail DataGrid by clicking the particular row. Simply click the row in master DataGrid, which shows the details in another Grid.

Learn More about Blazor DataGrid component

Documentation

Release History

Online Demos

Contact Support

Suggest a feature or report a bug

Pricing

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 23,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1600+ controls and frameworks for web (Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (Xamarin, Flutter, UWP, and JavaScript), and desktop development (Windows Forms, WPF, WinUI(Preview), Flutter and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

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. To acquire a license, you can purchase one here or start a free 30-day trial here.


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

© 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated