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

In IE11 button not greyed out when it's disable

1 Answer 67 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Saravanan
Top achievements
Rank 1
Saravanan asked on 23 Sep 2015, 12:02 PM
In IE11, a button inside the telerik decorated form doesn't fade out when Enable = False. It gets fadeout perfectly in other browsers and IE10. Has anyone faced this issue? Does it have any fix?

I appreciate your help on this.

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 28 Sep 2015, 06:52 AM
Hi Saravanan,

I am not reproducing the mentioned issue with the code below and latest Telerik UI version 2015.2.826.

<form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
    <telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="All" />
    <input type="button" name="name" value="name" disabled="disabled"  />
</form>

Does upgrading to 2015.2.826 version help?

Regards,
Danail Vasilev
Telerik
 
Explore the entire set of ASP.NET AJAX controls we offer here and browse the myriad online demos to learn more about the components and the features they incorporate.
Tags
FormDecorator
Asked by
Saravanan
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Share this question
or