Kendo-angular: autoFitColumns not working for locked column(s)

Created on 17 Sep 2019  路  6Comments  路  Source: telerik/kendo-angular

Describe the bug
When using autoFitColumns together with a locked column, the size of the first not-locked column will take the size of the locked column.

To Reproduce
Steps to reproduce the behaviour:

  • create grid with with a locked column, and call the autoFitColumns function from the Javascript.
  • check sizes of the columns

Expected behaviour
I expect the columns to autofit to the content properly

Browser

  • all browsers
Bug likely grid high

Most helpful comment

We're running into this as well, makes using autoFitColumns completely unusable, unfortunately.

All 6 comments

@RogierKonings thank you for the bug report, it can be reproduce here.

We're running into this as well, makes using autoFitColumns completely unusable, unfortunately.

Running into the same issue here

We 'fixed' the problem by not using the build in column fix, but instead go for a sticky side column.

Fixed in the latest development builds, see changelog. Performance is improved quite a bit too.

Released in v4.6.2

Was this page helpful?
0 / 5 - 0 ratings