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