Completed
Last Updated: 23 Feb 2024 18:07 by ADMIN
Release 2024 Q2
Ion
Created on: 12 Feb 2024 14:49
Category: Grid
Type: Bug Report
1
Grid columns ignore their width setting

Bug report

Regression introduced with 2024.1.130. Likely related to: #7650

Workaround: remove "px" from the width values, e.g.,

width: "80"

Reproduction of the problem

  1. Run this dojo: https://dojo.telerik.com/ulOPUJEW/2
  2. Compare the behavior of the Grid with R3 2023 SP1: https://dojo.telerik.com/alahAneG/3

Current behavior

The columns ignore their width setting and each column has 1/3 of the Grid's width.

Expected/desired behavior

The columns widths are proportionate to the specified width values (as in R3 2023 SP1).

Environment

  • Kendo UI version: 2024.1.130
  • jQuery version: x.y
  • Browser: [all]
2 comments
ADMIN
Eyup
Posted on: 23 Feb 2024 18:07

Hello Bill,

 

Thank you for sharing your feedback on this.

It seems that this bug was already fixed and expected to go live with 2024 Q2:
https://github.com/telerik/kendo-ui-core/issues/7721

 

Regards,
Eyup
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.
Bill
Posted on: 16 Feb 2024 22:21
Omitting "px" does not necessarily work.  I use plain numbers for the column widths on all my grids; with this update some grids adhere to the specified width whereas other grids ignore it and make all the columns the same width.  So there is another factor besides the format determining whether the column width is obeyed.