[Bug][Grid] Reordering returns only the visible columns #2848
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
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
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
The text was updated successfully, but these errors were encountered: