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] Column misalignment with locked multi-column headers and column resizing #2270

Open
WissamProgress opened this issue May 21, 2024 · 1 comment
Labels
Bug Item which indicates that something is not working KendoReact pkg:Grid SEV: High

Comments

@WissamProgress
Copy link
Collaborator

I'm submitting a...

  • Bug report

Current behavior

When having a locked column that has nested columns (for multi-column headers), resizing the column and scrolling horizontally results in a column misalignment.

Screenshot 2024-05-21 at 12 12 18

In the above image, the child columns are also locked, or else it will result in misalignment only for the parent column thats locked.

Screenshot 2024-05-21 at 12 14 18

Expected behavior

No misalignment.

In addition, it is more convenient if the locked prop is passed automatically to the child GridColumn components.

Minimal reproduction of the problem with instructions

Can be reproduced here - https://stackblitz.com/edit/react-dvulhc-sf5whl?file=app%2Fmain.jsx

  1. Render a multi-column header column
  2. Set its width
  3. Set resizable to true
  4. Set locked to true for the multi-column header
  5. Resize it
  6. Observer the misalignment

More information provided here - Ticket ID: 1652502

@WissamProgress WissamProgress added Bug Item which indicates that something is not working pkg:Grid SEV: High KendoReact labels May 21, 2024
@vveesseelliinnaa
Copy link
Contributor

Reported again in Ticket ID: 1654882

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: High
Projects
None yet
Development

No branches or pull requests

2 participants