Microsoft.AspNetCore.Components.QuickGrid 10.0.0-preview.4.25255.103

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.Components.QuickGrid.
dotnet add package Microsoft.AspNetCore.Components.QuickGrid --version 10.0.0-preview.4.25255.103
                    
NuGet\Install-Package Microsoft.AspNetCore.Components.QuickGrid -Version 10.0.0-preview.4.25255.103
                    
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="Microsoft.AspNetCore.Components.QuickGrid" Version="10.0.0-preview.4.25255.103" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Components.QuickGrid" Version="10.0.0-preview.4.25255.103" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Components.QuickGrid --version 10.0.0-preview.4.25255.103
                    
#r "nuget: Microsoft.AspNetCore.Components.QuickGrid, 10.0.0-preview.4.25255.103"
                    
#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.
#addin nuget:?package=Microsoft.AspNetCore.Components.QuickGrid&version=10.0.0-preview.4.25255.103&prerelease
                    
Install Microsoft.AspNetCore.Components.QuickGrid as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Components.QuickGrid&version=10.0.0-preview.4.25255.103&prerelease
                    
Install Microsoft.AspNetCore.Components.QuickGrid as a Cake Tool

About

Microsoft.AspNetCore.Components.QuickGrid provides a simple and convenient data grid component for common grid rendering scenarios.

Key Features

  • Pagination
  • Filtering
  • Sorting
  • Virtualization
  • Support for in-memory IQueryable, EF Core IQueryable, and remote data sources
  • Configurable column properties
  • Customizable styling

How to Use

To use Microsoft.AspNetCore.Components.QuickGrid, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.Components.QuickGrid

Usage

For various QuickGrid demonstrations, see the QuickGrid for Blazor sample app.

Main Types

  • QuickGrid<TGridItem>: The component that displays the grid
  • TemplateColumn: Represents a column whose cells render a supplied template
  • PropertyColumn: Represents a column whose cells display a single value
  • Paginator: A component that provides a user interface for PaginationState
  • PaginationState: Holds state to represent pagination in a QuickGrid<TGridItem>
  • GridSort<TGridItem>: Represents a sort order specification used within QuickGrid<TGridItem>
  • GridItemsProvider<TGridItem>: A callback that provides data for a QuickGrid<TGridItem>

Additional Documentation

For additional documentation and examples, refer to the official documentation on the Blazor QuickGrid component.

Feedback & Contributing

Microsoft.AspNetCore.Components.QuickGrid is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (10)

Showing the top 10 popular GitHub repositories that depend on Microsoft.AspNetCore.Components.QuickGrid:

Repository Stars
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 4, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
dotnet/eShop
A reference .NET application implementing an eCommerce site
MUnique/OpenMU
This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".
AccountGo/accountgo
Accounting System built in ASP.NET DotNetCore, ReactJS, MobX. Don't forget to click STAR if you like this project.
zLulus/NotePractice
My_Note 笔记练习demo
Azure-Samples/eShopOnAzure
A variant of https://github.com/dotnet/eShop that uses Azure services
dotnet-presentations/dotnet-aspire-workshop
This .NET Aspire workshop will get you started building apps with .NET Aspire!
markjprice/apps-services-net8
Repository for the Packt Publishing book titled "Apps and Services with .NET 8" by Mark J. Price
FritzAndFriends/SharpSite
A basic CMS built with .NET 9 and Blazor
FritzAndFriends/TagzApp
An application that discovers content on social media for hashtags
Version Downloads Last updated
10.0.0-preview.4.25255.103 0 5/12/2025