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

Stylesheet to imitate HTML Dropdown

5 Answers 108 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 01 May 2008, 02:22 AM
Hi

Has anyone created a style sheet to imitate a normal ASPX / HTML dropdown ?

Yeh, call me backward, but the rest of my app is clean basic controls, and throwing a large styled RAD ComboBox in makes it look out of place..

Any help with making it look like a normal dropdown would be great.

thanks

Andrew

5 Answers, 1 is accepted

Sort by
0
Adam
Top achievements
Rank 1
answered on 21 Jul 2008, 02:08 AM
Hi,

Did you ever find a solution for this? I would like to do the same, and setting the Skin="" does not do it correctly.

Cheers,

Adam
0
Rosi
Telerik team
answered on 21 Jul 2008, 07:40 AM
Hello Adam,

This is not possible out of the box with the current version of RadComboBox.

You can choose one of our standard skins, e.g. Vista, which looks like the dropdownlist in windows vista.

We have a WindowsXP skin as well (not shown in the online example). We can send to you if you are interested.

Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Adam
Top achievements
Rank 1
answered on 21 Jul 2008, 11:24 PM
Hello,

Yes, could you please attach the XP skins to this thread.

Also could you point me to the instructions for getting a custom skin installed.

Thanks!

Adam
0
Rosi
Telerik team
answered on 22 Jul 2008, 07:16 AM
Hello Adam,

Please find attached skin to this message.

To use it, please follow the steps:

1.Add the ComboBox folder and the ComboBox.WindowsXP.css file to your project.
2.Add reference to the css file in the head tag of your page like this:

<link rel="stylesheet" type="text/css" href="ComboBox.WindowsXP.css" />


3.Set the EnableEmbeddedSkins property of RadComboBox to false and set Skin property to WindowsXP.


All the best,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Flemming Ottosen
Top achievements
Rank 1
answered on 24 Oct 2008, 07:50 AM
thank you very much!

I needed this :)
Tags
ComboBox
Asked by
Andrew
Top achievements
Rank 1
Answers by
Adam
Top achievements
Rank 1
Rosi
Telerik team
Flemming Ottosen
Top achievements
Rank 1
Share this question
or