Declined
Last Updated: 02 Feb 2023 22:10 by Josh
Scheduled for 2022.3
Phil
Created on: 01 Nov 2021 13:14
Category: Grid
Type: Bug Report
0
Grid column headers do not resize correctly in IE11 (scrollable: false)

Describe the bug
Column headers do not resize properly in IE11 when scrollable is set to false. Regression introduced in 2021.3.914.

To reproduce
Steps to reproduce the behavior:

  1. Go to https://demos.telerik.com/kendo-ui/grid/selection-export?autoRun=true&theme=bootstrap-main

The column headers are squished to the left side.

Expected behavior
Columns headers must have the same width as the respective columns.

Workaround:

.k-ie .k-grid-header {
  display: table-header-group;
}

Affected package (please remove the unneeded items)

  • theme-default
  • theme-bootstrap
  • theme-material

Affected suites (please remove the unneeded items)

  • Kendo UI for jQuery

Affected browsers (please remove the unneeded items)

  • IE version: 11

Build system information (please remove the unneeded items)

  • Not Applicable
1 comment
Josh
Posted on: 02 Feb 2023 22:10
Awesome fix, worked perfectly, thanks for it being available!