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

[Bug][Grid] ColumnMenu incorrect position when scrolling #2145

Open
WissamProgress opened this issue Mar 28, 2024 · 0 comments
Open

[Bug][Grid] ColumnMenu incorrect position when scrolling #2145

WissamProgress opened this issue Mar 28, 2024 · 0 comments
Labels
Bug Item which indicates that something is not working KendoReact pkg:Grid SEV: Medium

Comments

@WissamProgress
Copy link
Collaborator

I'm submitting a...

  • Bug report

Current behavior

The column menu does not have a correct position when scrolling. This is the case for both vertical and horizontal scrolling.

Horizontal - https://somup.com/cZeuoFCZMG

Vertical - https://somup.com/cZeuoqCZMd

Expected behavior

For horizontal scrolling, the column menu show always be displayed as an anchor for the icon upon scrolling.
For vertical scrolling, the column menu is correctly following the scrolling but when it is out of bounds it should be displayed behind the component and not above it. Another option would be to close it when it is out of bounds.

Minimal reproduction of the problem with instructions

Horizontal scrolling:

  1. Open the overview demo - https://www.telerik.com/kendo-react-ui/components/grid/
  2. Open a column menu and horizontally scroll the Grid - https://somup.com/cZeuoFCZMG

Vertical Scrolling:

  1. Render Detail Grids with column menus - https://stackblitz.com/edit/react-8z3ghp-esv99y?file=app%2Fmain.jsx
  2. Open a column menu and vertically scroll the Grid - https://somup.com/cZeuoqCZMd

Ticket ID: 1646506

@WissamProgress WissamProgress added Bug Item which indicates that something is not working pkg:Grid SEV: Medium KendoReact labels Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working KendoReact pkg:Grid SEV: Medium
Projects
None yet
Development

No branches or pull requests

1 participant