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
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.