You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a grid with multiple pages of records, and when I'm on some page ex: page 12 and remove all the items from that page, the page is empty but the grid doesn't navigate to the previous page.
I'm using Server Side Filtering and paging, how can I force the grid to change to the previous page and show that page as selected on the grid pagination.
To Reproduce
Steps to reproduce the behavior:
Go to the page with the grid
Navigate to the grids last page
Remove all the items from that grid page
Expected behavior
I expect the "active" page number to change to the previous page number (if any page remains)
Screenshots
Page 12 has 1 Item:
I remove that Item
As you can see the page is empty.
Versions
BlazorBootstrap: 1.10.4
Blazor WebAssembly / Server: Server
.NET Version: .NET 7
The text was updated successfully, but these errors were encountered:
* Added a field to Grid data result to use the new page number when the skip value is greater than or equal to total available value
* Updated the Grid to apply the new page number if available
* Updated the example to validate the change
* #689, #443 - Demos updated
---------
Co-authored-by: Raj Kumar Sri Ramulu <[email protected]>
Co-authored-by: Vikram Reddy <[email protected]>
Describe the bug
I have a grid with multiple pages of records, and when I'm on some page ex: page 12 and remove all the items from that page, the page is empty but the grid doesn't navigate to the previous page.
I'm using Server Side Filtering and paging, how can I force the grid to change to the previous page and show that page as selected on the grid pagination.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the "active" page number to change to the previous page number (if any page remains)
Screenshots

Page 12 has 1 Item:
I remove that Item

As you can see the page is empty.
Versions
The text was updated successfully, but these errors were encountered: