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

RadDropDownList not fully disabled

10 Answers 109 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 26 Aug 2013, 04:14 PM

We are using RadControls for ASP.NET AJAX Q2 2013, IE 8, coding in C#. 

 

When setting the RadDropDownList  Enabled = False, the control appears disabled, and the list does not expand when clicked on, but using arrow keys, or typing the first letter of an item in the list still changes the selected value.

 

Example code:

 
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs" Inherits="Test" %>
 
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<head id="Head2" runat="server">
</head>
<body>
    <form id="form1" runat="server">
        <div>
            <style>
                .RadDropDownList_Default .rddlDisabled
                {
                    color: Black;
                }
            </style>
            <telerik:RadScriptManager ID="RadScriptManager1" runat="server" />
            <telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server" />
            <br /><br />
            <telerik:RadDropDownList ID="RadDropDownList1" runat="server" Enabled = "false">
                <Items>
                    <telerik:DropDownListItem Text="xxxxx" />
                    <telerik:DropDownListItem Text="yyyyy" />
                </Items>
            </telerik:RadDropDownList>
            <br /><br />
        </div>
    </form>
</body>

 

10 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 29 Aug 2013, 07:51 AM
Hello Alex,

I tried to replicate the described issue, using 2013.2.611,40 version of our controls, but to no avail. Here is a video, demonstrating the behavior at my end. Please correct me if I had missed something.

Regards,
Nencho
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Alex
Top achievements
Rank 1
answered on 29 Aug 2013, 03:03 PM
  Nencho, thank you for the reply.  However, I am not able to see what actions you were taking in the video since I can't see what keys you are pressing.  Please re-test with these steps:

1. Start web app
2. Click on control (anywhere, no changes will show)
3. Press down arrow TWICE.  You should see it change from x's to y's.
0
Nencho
Telerik team
answered on 30 Aug 2013, 01:43 PM
Hello Alex,

I was able to observe the issue, which is only replicable under IE. I have already forwarded it to our developer team for further investigation. Thank you for pointing that out. Your Telerik Points are updated.

Regards,
Nencho
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Alex
Top achievements
Rank 1
answered on 14 Oct 2013, 12:46 PM
Nencho (Telerik) has an update been made to correct this?
0
Bozhidar
Telerik team
answered on 15 Oct 2013, 06:30 AM
Hello Alex,

Yes, this issue has been fixed for the upcoming 2013 Q3 release.
 

Regards,
Bozhidar
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Alex
Top achievements
Rank 1
answered on 16 Oct 2013, 05:46 PM
  Q3 2013 was just released.  I didn't see a mention of this fix.  Also, it does not appear to have fixed the issue. 
 
  Please confirm that the issue should be fixed now.
0
Bozhidar
Telerik team
answered on 17 Oct 2013, 06:42 AM
Hello Alex,

The fix is indeed not mentioned in the release notes, however we did fix the issue. I tested again with the attached page. As described earlier, the steps I use to reproduce the issue are:
1. Click on control
2. Pres Down arrow twice.

I tested with both IE 8 and 9. Am I missing something?
 

Regards,
Bozhidar
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Alex
Top achievements
Rank 1
answered on 17 Oct 2013, 10:58 AM
  Specifically you must click on the Drop Down Arrow/image, not just the control in general.  I have executed the same test and it continues to allow me to change the value by pressing the arrow keys.
0
Bozhidar
Telerik team
answered on 18 Oct 2013, 05:17 AM
Hello Alex,

Thank you for getting back to us.

With this final clarification I was finally able to reproduce the issue. It will be fixed in time for our next internal build. I've also updated your telerik points for your cooperation.
 

Regards,
Bozhidar
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Ashish
Top achievements
Rank 1
answered on 12 Sep 2014, 06:20 AM
 $find("<%=DropDownList.ClientID %>").set_enabled(false);
Tags
DropDownList
Asked by
Alex
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Alex
Top achievements
Rank 1
Bozhidar
Telerik team
Ashish
Top achievements
Rank 1
Share this question
or