kendo-react
kendo-react copied to clipboard
[Bug] [Grid] GridColumn not recalculate width on remove column
I'm submitting a bug report
Currently, when the first column of the Grid is type 'boolean' , the width of the cell is fixed to '50px'. Then, if the column is removed, the second column become first, without recalculating width and applies the initial '50px' width.
Steps to reproduce:
- Open Grid component with first cell type boolean and secondary with type string
- Remove first cell (with type boolean)
Current behavior
The cell stay with width '50px'
Expected behavior
The cell should spread over the all table
The possible workaround can be found here: https://stackblitz.com/edit/stackblitz-starters-vbz1js?file=src%2FApp.tsx
The bug can be reproduced here: https://stackblitz.com/edit/stackblitz-starters-r9zy2u?file=src%2FApp.tsx
Reported in ticket ID: 1628783
Fixed in dev version v7.2.4-develop.1
The bug is not fixed.
Reported again in: 1653143