Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
Quick Grid is a simple and efficient grid component built by the Blazor team.
• Performance
• Too many custom code
• Hard to maintain
Analyze page load by Lighthouse (with 100 rows)
• Better performance
• Simple and flexible component
• Developed by Microsoft
• Has almost core grid functionality (Sorting, Filtering, Paging)
• Use for .NET 6 or later
Analyze page load by Lighthouse (with 100 rows)
Add the package Microsoft.AspNetCore.Components.QuickGrid by Manage Nuget Packages or by command line
dotnet add package Microsoft.AspNetCore.Components.QuickGrid --prerelease
QuickGrid has two built-in column types, PropertyColumn and TemplateColumn:
• PropertyColumn is for displaying a single value specified by the parameter Property.
• TemplateColumn is for displaying Razor fragments.
Can build custom UI and place in ColumnOptions section
Can easily to format the displayed text via Format attribute