Here's a .NET 8 Blazor Web App post with source code on how to load data from SQL Server database
into the QuickGrid component. The project make use of the WideWorldImporters database, EF Core and SQL Server. It has the features like pagination, sorting and filtering.

According to Microsoft, The QuickGrid component is a Razor component for quickly and efficiently displaying data in tabular form and is not a replacement of the advanced or commercial datagrid components.

kgc