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

Multi Column Headers - Cell border issues when Grouping

2 Answers 345 Views
Grid
This is a migrated thread and some comments may be shown as answers.
AGB
Top achievements
Rank 1
Iron
AGB asked on 18 Jul 2019, 01:12 PM
Hi Guys,

Have just tripped over some display issues with multiple column headers when grouping is applied.

To demonstrate the problems please run the following dojo

        https://dojo.telerik.com/IgUxidOQ
        
and should see the grouped column header shows a border line as if it was are multi column header (see Header1.png).

Now if you lock the ContactName column the grouped column displays correctly but the CompanyName header column is missing a left hand border (see Header2.png).

Regards
Alan
    

2 Answers, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 22 Jul 2019, 09:50 AM
Hi Alan,

I have examined the screenshots and the example and the behavior is indeed not expected. 

The extra border in the group header cell can be easily removed by adding the CSS below:


.k-grid-header th.k-group-cell {
    border-bottom: 0;
}


Regarding the other border - I am afraid that there is no straight-forward workaround that can be applied. Nevertheless, I have logged this and the other issue in our GitHub repository and you can monitor their status below:



I apologize for any inconvenience this behavior may cause you. As a token of gratitude for bringing it to our attention I have updated you Telerik points.



Regards,
Viktor Tachev
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.

0
AGB
Top achievements
Rank 1
Iron
answered on 22 Jul 2019, 11:47 AM
Hi Viktor,

Thank you for your investigations and confirmation my findings are issues within the current grid code.

Will now monitor the GitHub repository for further updates.

Regards
Alan
Tags
Grid
Asked by
AGB
Top achievements
Rank 1
Iron
Answers by
Viktor Tachev
Telerik team
AGB
Top achievements
Rank 1
Iron
Share this question
or