kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

[Bug][Grid] - Resized columns lose their width when being reordered

Open filipKovachev opened this issue 1 year ago • 2 comments

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:

  1. Resize the Price column to 200px
  2. Drag the Price column to the 3rd position so that the new order is B, C,A, D, E
  3. Observe how the width of Price changes back and B, which is now in the first position, expands its width.

Ticket ID: 1627874

filipKovachev avatar Oct 20 '23 10:10 filipKovachev