Pager is not working in .NET10, Pages disappear in footer #1841

Closed
opened 2026-01-29 17:59:16 +00:00 by claunia · 1 comment
Owner

Originally created by @Drewcrandall on GitHub (Aug 16, 2025).

Describe the bug
Pages disappearing from list when changing a page in .NET 10. If I select any page beyond 1 all other pages disappear and only page 1 is shown

To Reproduce
Steps to reproduce the behavior:

  1. Create an empty Blazor project with .NET 10 installed
  2. Create a DataGrid or DataList and add pagination.
  3. Fill it with data
  4. Click on a page number at the bottom
  5. all items in that list will disappear except page 1 even though the page changes
  6. click on page 1 twice and it will appear again

Expected behavior
I expect it to always show a list of all pages in my DataGrid

Screenshots
Image

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser Chrome
  • Version 138.0.7204.185

Additional context
does not happen in .NET 9 or below. Only happening with .NET 10
I realize this is only a preview and not released yet but when it does, this will be an issue

Originally created by @Drewcrandall on GitHub (Aug 16, 2025). **Describe the bug** Pages disappearing from list when changing a page in .NET 10. If I select any page beyond 1 all other pages disappear and only page 1 is shown **To Reproduce** Steps to reproduce the behavior: 1. Create an empty Blazor project with .NET 10 installed 2. Create a DataGrid or DataList and add pagination. 3. Fill it with data 4. Click on a page number at the bottom 5. all items in that list will disappear except page 1 even though the page changes 6. click on page 1 twice and it will appear again **Expected behavior** I expect it to always show a list of all pages in my DataGrid **Screenshots** ![Image](https://github.com/user-attachments/assets/22daa3b5-fd41-494b-879e-8e70f42c73f8) **Desktop (please complete the following information):** - OS: Windows 11 - Browser Chrome - Version 138.0.7204.185 **Additional context** does not happen in .NET 9 or below. Only happening with .NET 10 I realize this is only a preview and not released yet but when it does, this will be an issue
Author
Owner

@enchev commented on GitHub (Aug 19, 2025):

Usually such problems are indeed possible with preview versions of .NET - we’ve seen all kinds during the years, however they are fixed for the official release. Feel free to reopen this issue if still present when we release official .NET 10 support.

@enchev commented on GitHub (Aug 19, 2025): Usually such problems are indeed possible with preview versions of .NET - we’ve seen all kinds during the years, however they are fixed for the official release. Feel free to reopen this issue if still present when we release official .NET 10 support.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1841