Abhijeet
Abhijeet

Reputation: 13856

Kendo Ui Angular with Bootstrap / Material Theme

As described in documentation I have configured bootstrap modules using NPM. And applied the CSS in component as well.

Shouldn't this automatically apply the bootstrap theme on our grids? Do I need to manually apply CSS classes on each kendo widgets?

Kendo Material Theme

Kendo Bootstrap

Upvotes: 0

Views: 872

Answers (1)

Rajashree Pethkar
Rajashree Pethkar

Reputation: 119

Either you can use material theme or bootstrap theme. Both of them will not be applied at the same time. Or you can create a custom css as per your requirement, go to the below link to do so,

http://themebuilder.telerik.com/kendo-angular-ui.

To achieve the required UI, you will have to create a custom css, and you will have to go to the Kendo site and use theme builder to create the custom css. The above link is directed to theme builder on kendo site.

Upvotes: 1

Related Questions