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

Rad Button - IE11 - Disable Issue

3 Answers 84 Views
Button
This is a migrated thread and some comments may be shown as answers.
Courtney
Top achievements
Rank 1
Courtney asked on 10 Nov 2014, 04:02 PM
Setting Enabled = False is not properly styling the RadButton. The disabled="disabled" attribute correctly shows in the generated markup (which causes the correct functionality of it not being able to be clicked); however, the outer anchor tag is not styled with the "rfdInputDisabled" class. I can only reproduce the issue in IE11  (I'm on 11.0.9600.17358). I have a code sample; however, the file filter is not allowing me to attach a .zip file.

3 Answers, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 12 Nov 2014, 12:04 PM
Hi Carl,

If your question is related to a decorated input with RadFormDecorator you can refer to the Input Appearance Is Not Updated When Disabled In Internet Explorer help article. Otherwise it is better to provided us with the RadButton's markup, so that we can proceed further with the investigation.

Regards,
Danail Vasilev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Courtney
Top achievements
Rank 1
answered on 12 Nov 2014, 01:08 PM
Thanks Danail. Unfortunately, I've read that post - we are not disabling the button on the client side. I've pasted the markup of the page in its entirety below - notice the 'Enabled="false"' on the button declaration (there is no logic in the associated code-behind although the problem also happens when setting Enabled="false" on postbacks). I'm using version Telerik.Web.UI and Telerik.Web.UI.Skins v2014.1.403.40. The problem is reproducible in IIS Express and local IIS (v7.5.7600.16385) and IE11. I've attached a screenshot to show what I'm seeing for clarity.

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="scriptManager" EnablePartialRendering="true" ScriptMode="Release" EnablePageMethods="true" runat="server">
</asp:ScriptManager>
<telerik:RadFormDecorator ID="RadFormDecorator1" DecoratedControls="Buttons,Checkboxes,RadioButtons" Skin="Vista" EnableEmbeddedSkins="true" runat="server" />
<asp:Button runat="server" ID="btnButton" Text="Button" Enabled="false"/>
</div>
</form>
</body>
</html>
0
Danail Vasilev
Telerik team
answered on 14 Nov 2014, 03:05 PM
Hi Carl,

Thank you for the additional clarification.

This is an issue with the control that has already been logged in our feedback portal here, so that you can monitor, comment and vote on it.

Regards,
Danail Vasilev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Button
Asked by
Courtney
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Courtney
Top achievements
Rank 1
Share this question
or