Skip to content

Paginator renders extra empty rows when page isn't full of items #57199

@danroth27

Description

@danroth27

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

With .NET 9 Preview 6 it looks like the Paginator is now rendering empty rows when the page isn't full of items:

image

Expected Behavior

If the page isn't full, only the rows with items should be rendered.

Steps To Reproduce

Create a Blazor Web App
Scaffold some CRUD pages
Wire up the Paginator to the QuickGrid
Add a couple of items to the table, fewer than the page size

Exceptions (if any)

No response

.NET Version

9.0.100-preview.6.24328.19

Anything else?

No response

Metadata

Metadata

Assignees

Labels

DocsThis issue tracks updating documentationarea-blazorIncludes: Blazor, Razor Componentsfeature-blazor-builtin-componentsFeatures related to the built in components we ship or could ship in the futurefeature-blazor-quickgridtask

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions