...and using Bootstrap v3 theme: see the attached picture where the top-right corner of the grid is missing the background-color.
2 Answers, 1 is accepted
0
Orlin
Telerik team
answered on 12 Jun 2017, 07:50 AM
Hello Curt,
Thank you for bringing this to our attention. I have created an issue in our bug tracker, and this will likely be fixed in the next major release. You can keep track of its status here: https://github.com/telerik/kendo-ui-core/issues/3314
Until then, you can work around the problem by adding the following to your CSS:
.k-grid .k-grid-header {
background-color: #F5F5F5;
}
As a token of gratitude for reporting this, I have updated your Telerik points.