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

disabled class is not getting applied

1 Answer 45 Views
CheckBox
This is a migrated thread and some comments may be shown as answers.
Hash
Top achievements
Rank 1
Hash asked on 06 Mar 2016, 10:54 AM

Hi

The disabled class rfdInputDisabled is not getting applied in IE for checkbox.

I am using IE11 and Telerik version 2016.1.225.45.

The rfdInputDisabled class is applied in IE7 but not in IE11. Please see the attached images. Could you please help on this?

Below is my code

<body>
    <telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" Skin="Office2007"
        EnableRoundedCorners="false" />
    <form id="form1" runat="server">
          <telerik:RadScriptManager ID="RadScriptManager1" runat="server" AsyncPostBackTimeout="600" AllowCustomErrorsRedirect="true">
            <Scripts>
                <asp:ScriptReference Name="Telerik.Web.UI.Common.Core.js" Assembly="Telerik.Web.UI" />
            </Scripts>
        </telerik:RadScriptManager>
    <div>
         <asp:CheckBox ID="checkboxDis" runat="server" Text="Some Text"
                                        Enabled="false" TextAlign="Left" BorderColor="Black"  />
         
    </div>
    </form>
</body>

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 09 Mar 2016, 08:17 AM
Hello Hash,

We are aware of this issue with RadFormDecorator and disabled CheckBox controls and a fix for it should be available in one of our future releases.

Please excuse us for any inconvenience caused by this.


Kind Regards,
Konstantin Dikov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
CheckBox
Asked by
Hash
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or