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] Reordering returns only the visible columns #2848

Open
filipKovachev opened this issue Feb 4, 2025 · 0 comments
Open

[Bug][Grid] Reordering returns only the visible columns #2848

filipKovachev opened this issue Feb 4, 2025 · 0 comments
Labels
Bug Item which indicates that something is not working C: DataGrid KendoReact pkg:Grid SEV: Medium triaged mark the triaged issues with correct priority

Comments

@filipKovachev
Copy link
Contributor

filipKovachev commented Feb 4, 2025

Description

Currently in a scenario in which the user can both reorder and have hidden columns, only the visible ones are returned after reordering

Steps To Reproduce

Open this example: https://stackblitz.com/edit/react-tvwg2nyi?file=app%2Fapp.tsx

  1. Reorder column D to be between A and B.
  2. Unhide column C and observe if it appears before E instead of at the end.

Actual Behavior

If you unhide column C, it will appear before column E rather than at the end (after E)

Expected Behavior

The expected behavior is that when column C is unhidden, it should appear in its original position relative to the other columns, rather than before or after unexpected columns

Reported in Ticket ID: 1675244

@filipKovachev filipKovachev added Bug Item which indicates that something is not working C: DataGrid KendoReact pkg:Grid triaged mark the triaged issues with correct priority SEV: Medium labels Feb 4, 2025
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 C: DataGrid KendoReact pkg:Grid SEV: Medium triaged mark the triaged issues with correct priority
Projects
None yet
Development

No branches or pull requests

1 participant