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

Multiple Header rows after upgrade when not wanted.

5 Answers 26 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Bob asked on 21 Nov 2014, 05:06 PM
I just upgraded from Q2 to Q3 and our grids are all now showing an extra row in the header. Is this a styling issue? I recall something in the change log about multi-row headers, but I didn't expect it would be on by default.

http://screencast.com/t/bpaJ2rJ6l

5 Answers, 1 is accepted

Sort by
0
Bob
Top achievements
Rank 1
answered on 21 Nov 2014, 05:12 PM
It appears this only happens in Chrome. It looks correct in IE and FireFox.

please advise.
0
Bob
Top achievements
Rank 1
answered on 21 Nov 2014, 06:51 PM
It looks like we've run into this before. I found this in our style sheet:

.k-grid-header .k-header>.k-link {
display: inline-block;
}

It looks like this version I need to change it to:

.k-grid-header th.k-header > .k-link {
    display: inline-block;
}

I have duplicated this here:

http://dojo.telerik.com/uyudU

It only seems to happen when my body font-size is set to 62.5% which we do as a recommended best practice to normalize em settings. 

0
Dimiter Madjarov
Telerik team
answered on 24 Nov 2014, 12:16 PM
Hello Bob,


I switched the currently used Kendo UI version to Q2 and the behavior seems to be the same. Here is the updated version of the example. The multiple column headers will be rendered only if there is a columns.columns property defined for at least one of them.

Regards,
Dimiter Madjarov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Bob
Top achievements
Rank 1
answered on 24 Nov 2014, 05:47 PM
Right... as I said, it was happening before.

So, what are you saying? Is this expected? It looks like a rendering issue. It only happens in chrome.
0
Dimiter Madjarov
Telerik team
answered on 26 Nov 2014, 12:54 PM
Hello Bob,


I discussed the behavior with the development team and it is indeed an issue, that we have logged for fixing. At the moment the workaround that you suggested earlier is suitable.

Regards,
Dimiter Madjarov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Bob
Top achievements
Rank 1
Answers by
Bob
Top achievements
Rank 1
Dimiter Madjarov
Telerik team
Share this question
or