Open
Description
Description
When the Grid is hidden and shown again using display: none
and there is a locked column defined, the vertical scroll position is not restored when having previously scrolled to the end of the Grid.
Steps To Reproduce
- Open the following StackBlitz example - https://stackblitz.com/edit/angular-w95xzt6g-h4mwkog2
- Scroll vertically to the end of the Grid.
- Hide and then show the Grid again.
Screenshots or video
Screen.Recording.2025-05-29.at.18.07.38.mov
Actual Behavior
The scroll position is not restored to the previous one correctly.
Expected Behavior
The scroll position should be restored to the previous one in this scenario.