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
http://screencast.com/t/bpaJ2rJ6l
5 Answers, 1 is accepted
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.
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.
.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
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
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.
So, what are you saying? Is this expected? It looks like a rendering issue. It only happens in chrome.
0
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
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.