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

Grids: Unpinned column goes at incorrect position if there are hidden columns as well #15542

Open
ddaribo opened this issue Mar 19, 2025 · 0 comments · May be fixed by #15543, #15546 or #15545
Open

Grids: Unpinned column goes at incorrect position if there are hidden columns as well #15542

ddaribo opened this issue Mar 19, 2025 · 0 comments · May be fixed by #15543, #15546 or #15545
Assignees
Labels

Comments

@ddaribo
Copy link
Contributor

ddaribo commented Mar 19, 2025

Description

For all grids, whenever there are hidden & pinned columns, once a column is unpinned, it is not restored back to its correct position.

  • igniteui-angular version: 18.2.x, 19.1.x, 19.2.x
  • browser: any

Steps to reproduce

  1. Open this sample
  2. Observe that "Col 1" is hidden from the template
  3. Pin "Col 4" and "Col 5".
  4. Unpin "Col 5"

Result

"Col 4" remains pinned, "Col 5" is now positioned before "Col 3".

Image

Expected result

"Col 5" is should positioned after "Col 3" and before "Col 6".

Attachments

Attach a sample if available, and screenshots, if applicable.

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