Description
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:
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