This is a migrated thread and some comments may be shown as answers.

Grouped Items in Chrome 78

1 Answer 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Simeon
Top achievements
Rank 1
Simeon asked on 28 Oct 2019, 08:17 AM

Hi,

from Chrome version 78, when you group a column in the RadGrid, the grouping item displays the "X" button on a second row, making the item too high. Is there any fix for this? Attaching a screenshot below.

 

 

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 28 Oct 2019, 12:30 PM

Hello Simeon,

Thank you for reporting this behavior. 

We have logged it in our feedback portal where you can find more information and possible workarounds:

Generally, the issue is a regression of Google Chrome, which is not replicated in Google Chrome Canary, meaning the issue will be fixed in Google Chrome in version 79 or 80.

The workarounds for the issue in the meantime are:

1) Using Lightweight render mode:

2) Using the following style addressing only Chrome v78 and v79:

<style>
    .t-chrome78 .RadGrid table.rgGroupPanel table th.rgGroupItem,
    .t-chrome79 .RadGrid table.rgGroupPanel table th.rgGroupItem{
        display:-webkit-box;
    }
</style>

Regards,
Peter Milchev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Simeon
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or