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
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.
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 ... : )
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.