Completed
Last Updated: 18 Aug 2023 15:38 by ADMIN
Release R2.2023-Increment.3(7.June.2023)
AGB
Created on: 12 Apr 2023 13:38
Category: Grid
Type: Bug Report
0
Grid locked column resize issues - 2023.1.314 Regression

Hi Guys,

Have just tripped over another regression in the 2023.1.314 release whereby resizing of a locked column also effects the sizing of any prior columns.

Reproduction of the problem

    Open the Grid Frozen Column Demo
    Decrease the size of the 'Ship Name' column

Current behaviour

As the width of column header decreases you hit a point where the width of the related data cells stop decreasing but the width of the data cells in previous columns start to decrease causing column misalignment. See attached screenshot.

Expected behaviour

Only the selected column should resize and previous columns should remain fixed.

Regards
Alan

Attached Files:
3 comments
ADMIN
Martin
Posted on: 03 May 2023 06:56

Hello, Alan,

Thank you for sharing your workaround with the community.

The fix for the bug should be available for the next official release. Please keep following the thread for future updates.

Regards,
Martin
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

AGB
Posted on: 26 Apr 2023 13:08

Hi Guys,

Checking the latest 2023.1.425 release I see a fix for this regression is still to be implemented.

To try and help out a little, I have been comparing the SASS files against the old LESS files and have traced the problem to the CSS of the locked table content which is missing a "table-layout: fixed" style.

While we wait for a permanent solution a quick workaround to overcome this shortcoming can be achieved with the following targeted style:

    .k-grid .k-grid-content-locked .k-table {
        table-layout: fixed;
    }

Regards
Alan

ADMIN
Martin
Posted on: 17 Apr 2023 08:52

Hello, Alan,

Thank you for reporting the behaviour.

I have converted the thread to a bug report in our Feedback Portal where you can track its status.

As a small token of gratitude for reporting the issue, I am updating your Telerik Points.

Let me know if you have any questions.

Regards,
Martin
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.