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" />
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=Microsoft.AspNetCore.Components.QuickGrid&version=10.0.0-preview.4.25255.103&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 CoreIQueryable
, 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 gridTemplateColumn
: Represents a column whose cells render a supplied templatePropertyColumn
: Represents a column whose cells display a single valuePaginator
: A component that provides a user interface forPaginationState
PaginationState
: Holds state to represent pagination in aQuickGrid<TGridItem>
GridSort<TGridItem>
: Represents a sort order specification used withinQuickGrid<TGridItem>
GridItemsProvider<TGridItem>
: A callback that provides data for aQuickGrid<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 | Versions 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.
-
net10.0
- Microsoft.AspNetCore.Components.Web (>= 10.0.0-preview.4.25255.103)
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 |