Ali_dotNet
Ali_dotNet

Reputation: 3279

change radcombobox button color

I use VS2010, C# in my ASP.NET web app, I'm using RadCombobox (telerik), how can I change its button (the part that contains downside arrow), also I want to change the button hover color

Upvotes: 0

Views: 1347

Answers (1)

Ihor Deyneka
Ihor Deyneka

Reputation: 1409

Assuming you are using Telerik ASP.NET AJAX toolkit you are able to change appearance of Rad controls by changing their skins. You can select skin from the list of existing skins:

http://www.telerik.com/help/aspnet-ajax/combobox-appearance-skins.html

You can also create your own skin using steps under followin link:

http://www.telerik.com/help/aspnet-ajax/combobox-appearance-creating-custom-skins.html

Similar changes may be done to other Telerik controls.

Upvotes: 1

Related Questions