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

How to change RadComboBox style

2 Answers 447 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Appu
Top achievements
Rank 1
Appu asked on 08 Jul 2009, 07:55 AM
Hi I am running into an issue i have to change RadComboxBox style which used as a filtering control

I could use the below codes and inbuilt style properties but it doesnt work on its items, the items style still remain unchanged. So plz help to find in out

<FilterTemplate>
                                <telerik:RadComboBox NoWrap="true" Font-Names="Arial" Font-Size="9px" ID="NameComboBox" AutoPostBack="true"
                                    Height="100px" Width="100%" runat="server">
                                </telerik:RadComboBox>

regards,
Appu

2 Answers, 1 is accepted

Sort by
1
Princy
Top achievements
Rank 2
answered on 08 Jul 2009, 11:12 AM
Hello Appu,

You can set the font style for the items in the ComboBox using the following css class:
css:
 <style type="text/css"
   .RadComboBoxDropDown 
   {     
      font-family:Arial !important;
      font-size:9px !important; 
   }  
</style> 

 
Thanks
Princy.
Manuel Buendia
Top achievements
Rank 1
commented on 06 Dec 2021, 08:29 PM

Gracias me funciono 

 

0
Allan Shenoy
Top achievements
Rank 1
answered on 21 Jun 2017, 05:37 PM

RadComboBox style font is changing but shade is coming for half of the radcombobox size.how to remove shadow completely or make shadow full height of radcombobox.

/Bharath

Tags
Grid
Asked by
Appu
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Allan Shenoy
Top achievements
Rank 1
Share this question
or