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

Apply skin to asp:dropdownlist control

3 Answers 141 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Kosal
Top achievements
Rank 1
Kosal asked on 19 Sep 2008, 07:08 PM
Is there a way to apply a RadComboBox skin to a regular asp:DropDownList?
I'm using a combination of RadComboBoxes and regular asp:DropDownList controls.  I'm using the Web20 skin for the RadComboBoxes, I want the asp:DropDownList to look the same.

Any advice?

Thanks!

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 22 Sep 2008, 08:07 AM
Hello Kosal,

Unfortunately this is not possible. Skins work only for RadControls. Additionally the built-in HTML dropdown cannot be styled much.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Aarsh
Top achievements
Rank 1
answered on 09 Oct 2012, 03:24 PM
I too would be interested to know if this has been handled by now (I am using v 2012.2.912.40).
(Can I use decorator for individual controls ?)

If not, is there any way that my asp:DropDownList method can remain compatible with the telerik:radCombobox ?
(By that way the existing code do not need to be changed)

Small example:

I already have a method for asp:DropDownList in my data layer that populates the countries and states. And now I am not able to change the controls in the front end due to this issue, though I have it. Help please ... : )

Thanks,
-Aarsh
0
Aarsh
Top achievements
Rank 1
answered on 09 Oct 2012, 03:40 PM
Hey, I just got that solved:
Thanks to "RadFormDecorator"


<telerik:RadFormDecorator ID="Decorator_ID" runat="server" DecoratedControls="all"></telerik:RadFormDecorator>
But the only thing is, I would like to stick with those square cornered textboxes (telerik's default)
rather going with the round cornered ones.

Thanks,
-Aarsh

----
please mark this as an answer if it worked for you, it will help the pilgrims
from the search results to solve their problem(s) and of course will pour some
enthusiasm in the contributor to make this community forums even better and complete.

Tags
ComboBox
Asked by
Kosal
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Aarsh
Top achievements
Rank 1
Share this question
or