kendo-react
kendo-react copied to clipboard
[Bug][Grid] - Resized columns lose their width when being reordered
Currently resizing a column and then reordering it causes it to change its width.
This can be reproduced in the following example:
https://stackblitz.com/edit/react-la5dxi-lqatwk?file=app%2Fmain.tsx
Steps to reproduce:
- Resize the Price column to 200px
- Drag the Price column to the 3rd position so that the new order is B, C,A, D, E
- Observe how the width of Price changes back and B, which is now in the first position, expands its width.
Ticket ID: 1627874