Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FormDecorator > Disabled sytle on RadComboBox with Parent Skin

Not answered Disabled sytle on RadComboBox with Parent Skin

Feed from this thread
  • Sugar avatar

    Posted on Oct 31, 2011 (permalink)

    I had the same problem others seem to of have. Disabled RadComboBoxes were ugly when used on a page that had a FormDecorator and a parent Skin. Please see the resolution below:

    div.RadComboBox_Vista .rcbDisabled INPUT.rcbInput
        {
            background-color: White !important;
            color: Gray !important;
        }

    Assuming a Skin of 'Vista', this will style the disabled drop down. I made it simple, used the same background color as the table the control was in and choose a Gray fore color.

    Hope it helps save someone the few hours it took me to amalgamate a solution.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FormDecorator > Disabled sytle on RadComboBox with Parent Skin
Related resources for "Disabled sytle on RadComboBox with Parent Skin"

ASP.NET FormDecorator Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]