Won't Fix
Last Updated: 13 Aug 2021 11:02 by ADMIN
Bob
Created on: 25 Jun 2020 12:25
Category: Button
Type: Bug Report
1
Button EnableEmbeddedSkins="false" not taking effect when there is skinned RadCheckBox on the same page

Reproduction:

<telerik:RadButton ID="RadButton1" runat="server" Text="Submit" EnableEmbeddedSkins="false" EnableEmbeddedBaseStylesheet="false"/>
<telerik:RadCheckBox ID="RadCheckBox1" runat="server" Text="CheckBox" Skin="Default" />

Workaround:

<telerik:RadButton ID="RadButton1" runat="server" Text="Submit" Skin=""/>

 

1 comment
ADMIN
Rumen
Posted on: 13 Aug 2021 11:02

Hi Bob,

The CheckBox inherits the RadButton base stylesheet, so RadButton styles are loaded anyways when there is a CheckBox on the page. That is why this is the expected behavior when the Button Skin property is set to a skin name loaded by a CheckBox.

The solution is to change the Skin property as well when the EnableEmbeddedSkins= false and there is a RadCheckBox with EnableEmbeddedSkins=true and the same skin name on the page.

Best Regards,
Rumen
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.