I have the skin for my project set in the web.config like so:
Everything's good, but the embedded icon on my RadButton is not using the Metro icon. Here's the markup for the button:
In the attached image, the "Create New" button is my button, and the "Add" button is from the RadButton embedded icons demo page.
I want my "Create New" button plus sign to look like the "Add" plus sign (black instead of green). I tried setting the Skin directly in the RadButton control attributes, but it didn't change anything. What am I missing here?
I am using 2013.3.1114.45.
<add key="Telerik.Skin" value="Metro" />Everything's good, but the embedded icon on my RadButton is not using the Metro icon. Here's the markup for the button:
<telerik:RadButton ID="rbCreateNew" runat="server" Text="Create New"> <Icon PrimaryIconCssClass="rbAdd" /></telerik:RadButton>In the attached image, the "Create New" button is my button, and the "Add" button is from the RadButton embedded icons demo page.
I want my "Create New" button plus sign to look like the "Add" plus sign (black instead of green). I tried setting the Skin directly in the RadButton control attributes, but it didn't change anything. What am I missing here?
I am using 2013.3.1114.45.