Bootstrap 和 Telerik 控件

Bootstrap and Telerik Controls

我有一个 Asp.net 网站,其样式使用 Bootstrap CSS,我需要向其添加一堆 Telerik 控件。

我面临的问题是 bootstrap.css 正在覆盖 Telerik 控件中的 css,使它们看起来很奇怪。

我可以创建一个 div/Panel 来指定不应用任何 bootstrap css 吗?如果是,那我该怎么做?

您应该使用 Bootstrap 特定的 CSS 作为文档中所述的 Telerik 控件 here

  1. Use the kendo.common-bootstrap.min.css instead of kendo.common.css. This ensures that the dimensions of Kendo UI will match the ones in Bootstrap.
  2. Use the kendo.bootstrap.min.css theme, which applies the Bootstrap colors to the Kendo UI widgets.