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

Bootstraip v3 CSS bug

2 Answers 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Curt Rabon
Top achievements
Rank 1
Veteran
Curt Rabon asked on 08 Jun 2017, 09:26 PM

Using current kendo demo page at:

http://demos.telerik.com/kendo-ui/grid/local-data-binding

...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

Sort by
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.



Regards,
Orlin
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Curt Rabon
Top achievements
Rank 1
Veteran
answered on 12 Jun 2017, 09:26 PM
Thanks.
Tags
Grid
Asked by
Curt Rabon
Top achievements
Rank 1
Veteran
Answers by
Orlin
Telerik team
Curt Rabon
Top achievements
Rank 1
Veteran
Share this question
or