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

[Bug] [Grid] GridColumn not recalculate width on remove column

Open iadnonov opened this issue 2 years ago • 3 comments

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

iadnonov avatar Oct 27 '23 10:10 iadnonov

Fixed in dev version v7.2.4-develop.1

iadnonov avatar Feb 28 '24 09:02 iadnonov

The bug is not fixed.

iadnonov avatar Mar 01 '24 09:03 iadnonov

Reported again in: 1653143

iadnonov avatar May 27 '24 10:05 iadnonov