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

RadButton CSSClass Bootstrap

2 Answers 815 Views
Button
This is a migrated thread and some comments may be shown as answers.
JazzBox
Top achievements
Rank 1
JazzBox asked on 20 Oct 2017, 07:20 PM

We are using Bootstrap with Telerik ASP.Net Ajax controls and we're having trouble changing button styles.

<link href="Content/bootstrap.css" rel="Stylesheet" type="text/css" />

 

For example, this should be changing the style of our RadGridButton:

<telerik:RadButton ID="btnCopySlctdSteps" CssClass="btn-success" runat="server" OnClick="btnCopySlctdStep_Click" Text="Copy Selected Steps" />

 

But it doesn't seem to be working since the buttons are still simply gray.

 

Thanks

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 23 Oct 2017, 07:00 AM
Hi JazzBox,

The UI for ASP.NET AJAX components do not offer out-of-the-box support and mapping for the Bootstrap stylesheet as explained in the following feedback portal item: Bootstrap themes integration.

What you can do is to use the built-in Bootstrap skin (Skin="Bootstrap") of the suite and customize its colors (if needed) in the Theme Builder tool.

Best regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
JazzBox
Top achievements
Rank 1
answered on 23 Oct 2017, 01:18 PM
thanks
Tags
Button
Asked by
JazzBox
Top achievements
Rank 1
Answers by
Rumen
Telerik team
JazzBox
Top achievements
Rank 1
Share this question
or