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

Change Background Color of "All Items Checked" on RadComboBox

1 Answer 44 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Tyler
Top achievements
Rank 1
Tyler asked on 18 Sep 2013, 02:13 PM
I've seen some similar threads to this question, but nothing that specifically addresses it. I have a RadComboBox that I add various items, too. I needed the ability to select "ALL" items, so I put in the EnableCheckAllItemsCheckBox property. Now, all of the items that I add have a white background, bu tthe all items checked button has a dark gray background that the UI people don't like. I've figured out some other issues with this, but the one thing remaining is...

How do I change the background color of the All items checked option? I've tried style sheets and some other things, but nothing works so far. This is what I use, along with some javacript to click it on default

<telerik:RadComboBox  runat="server" ID="cboInvoiceStatus" CheckBoxes="True" AutoPostBack="true" HighlightTemplatedItems="true" IncludeSelectOption="false" EnableCheckAllItemsCheckBox="true" AllowCustomText="true" Localization-CheckAllString="Select All" >
</telerik:RadComboBox >

Any help is appreciated. Thanks,

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 23 Sep 2013, 07:15 AM
Hello Tyler,

I noticed that you had submitted two identical forum tickets. I have already replied to the other one (Ticket ID - 738483) , so I would suggest you to continue the conversation in the other thread, in order to avoid duplication.

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.
Tags
ComboBox
Asked by
Tyler
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or