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

[Solved] Need ComboBox to look like DropDownList

4 Answers 189 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jill Allison
Top achievements
Rank 1
Jill Allison asked on 04 Aug 2009, 12:44 PM
Does anyone have the skin I can apply that will make my RadComboBox look EXACTLY like the default <asp:DropDownList>?  Specifically, I need the right arrow to be blue when not hovering - currently it is just white.  I used the Vista skin because that most closely resembled it, but it is still off.

When I tried to modify the Vista skin for RadComboBox, none of my change appeared to be applied - even when I cleared cache.  Makes me wonder if it's really looking at my skin theme?

Any help on this would be greatly appreciated.  We are having to switch from DropDownList to RadComboBox so we can take advantage of the client-side events, but we need a consistent look between the ddl's and the rcb's.  Otherwise it won't work for us.

Thanks,
Jill

4 Answers, 1 is accepted

Sort by
0
Jon
Top achievements
Rank 1
answered on 04 Aug 2009, 02:18 PM
I'm not sure what the solution is but I'd try using firebug in Firefox to figure it out - I've solved a ton of issues relating to css recently with that....

Regards,

Jon
0
venm
Top achievements
Rank 1
answered on 05 Aug 2009, 05:56 PM
I agree with jill, I also tried modify the Web20 skin for RadComboBox, but none of my change will get reflected.

is there any work around.?


0
Shinu
Top achievements
Rank 2
answered on 07 Aug 2009, 10:36 AM
Hello,

Have you tried adding !important modifier to custom style, in order to override the default style? Example shows how to use !important modifier in custom style.

CSS:
<style type="text/css"
.RadComboBox_Web20 
{       
   coloryellow !important; 
</style>  

I hope the following links would be of help in changing the appearance of RadComboBox. Go through the links below.
Tutorial: Change the appearance of the Input element
Understanding the Skin CSS File
Tutorial: Creating a Custom Skin

-Shinu.
0
venm
Top achievements
Rank 1
answered on 13 Aug 2009, 04:45 PM
Hi, Shinu

I tried your advice of adding the <style> ... in my aspx page but it did not work either.

Please help me in this.
Tags
ComboBox
Asked by
Jill Allison
Top achievements
Rank 1
Answers by
Jon
Top achievements
Rank 1
venm
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or