Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Grid] Scroll jumps when navigation and virtual columns are enabled #4426

Open
mbechev opened this issue Oct 9, 2024 · 0 comments
Open

[Grid] Scroll jumps when navigation and virtual columns are enabled #4426

mbechev opened this issue Oct 9, 2024 · 0 comments

Comments

@mbechev
Copy link
Contributor

mbechev commented Oct 9, 2024

Description

The horizontal scrollbar jumps when the virtualColumns and navigable properties are set to true. Trying to reach the last columns and clicking on the filter row, the scrollbar jumps

Steps To Reproduce

  1. Scroll the Grid horizontally at the far end.
  2. Try to filter the last column.
  3. The Grid is automatically scrolled.

https://stackblitz.com/edit/angular-mp2rjx?file=src%2Fapp%2Fapp.component.ts

Screenshots or video

Screen.Recording.2024-10-09.at.12.24.33.mov

Expected Behavior

The Grid scroll should remain allowing filtering the columns at the end.

Could be related to #3867

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant