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
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.
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
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.