If I use the standard kendo.common.min.cs stylesheet with the Report Viewer control, everything works fine. However, if I switch to the kendo.common-bootstrap.min.cs stylesheet, the toolbar is much taller and overlaps the top of the report:
I've tried this with a sample report project from another thread and it exhibits the same behaviour as my application. Is there something else I should do to get this to work? For now I'm going to use the non-bootstrap stylesheet as it doesn't seem to cause any other changes.
<
link
href
=
"http://cdn.kendostatic.com/2014.2.903/styles/kendo.common.min.css"
rel
=
"stylesheet"
/>
vs.
<
link
href
=
"http://cdn.kendostatic.com/2014.2.903/styles/kendo.common-bootstrap.min.css"
rel
=
"stylesheet"
/>
I've tried this with a sample report project from another thread and it exhibits the same behaviour as my application. Is there something else I should do to get this to work? For now I'm going to use the non-bootstrap stylesheet as it doesn't seem to cause any other changes.