I am using Kendo React Grid where reordering and resizing is enabled.
- I have 5 columns - A,B,C,D,E with equal default width 100px each.
- I resize column A to 200px
- Then I drag the column A to 3rd position so that new order is B,C,A,D,E
Issue - Now, We see that width of A changes back to 100px and B, which is now on first position, takes the 200px width.
Could you please help me with this issue on priority?