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

DropDown Enabled=false in chrome Windows7 Theme

1 Answer 62 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jose
Top achievements
Rank 1
Jose asked on 30 Jan 2012, 11:32 AM

Hello,

 I'm testing the controls and I found that the RadComboBox, when the state is Disabled, in chrome with the skin of Windows7, the selected item is not visible.
I could indicate how this problem is solved.

Thank you,

Sorry for my English.

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 02 Feb 2012, 09:34 AM
Hello Jose,

I tested your scenario but I am not able to get the appearance that you describe. You can refer to the attached image. Here is also the markup that i used for testing:
<telerik:RadComboBox ID="RadComboBox1" runat="server" Label="Label1"  Skin="Windows7">
            <Items>
                <telerik:RadComboBoxItem Text="test 1" Value="0" />
                <telerik:RadComboBoxItem Text="test 2" Value="1" Enabled="false" />
                <telerik:RadComboBoxItem Text="test 3" Value="2" />
            </Items>
        </telerik:RadComboBox>


Regards,
Kate
the Telerik team
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 their blog feed now
Tags
ComboBox
Asked by
Jose
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or