Describe the issue
In the BlazorServerDbContextExample sample, if I go back from item details page to the list, the list reloads. This makes that the list page would lose the previous state such as scroll position. This will annoy users if the list is long.
If there is a way to keep the list page view in the memory and do not reload the list page when coming back, please explain the way to implement that in the sample's documentation.
To Reproduce
Steps to reproduce the behavior:
- Run BlazorServerDbContextExample
- Make the window smaller so that a scroll bar would appear
- Scroll down to any item down below in the list
- Click the item
- Click [Back to Grid] or press the mouse back button or click the browser back button
Expected behavior
Going back the list view exactly where I was.
Screenshots

Additional context
Add any other context about the issue here.
.NET Version
6.0
Issue Details
⚠ Do not edit this section. It is required for issue processing.
Describe the issue
In the BlazorServerDbContextExample sample, if I go back from item details page to the list, the list reloads. This makes that the list page would lose the previous state such as scroll position. This will annoy users if the list is long.
If there is a way to keep the list page view in the memory and do not reload the list page when coming back, please explain the way to implement that in the sample's documentation.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Going back the list view exactly where I was.
Screenshots

Additional context
Add any other context about the issue here.
.NET Version
6.0
Issue Details
⚠ Do not edit this section. It is required for issue processing.