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

Bug: Font-Szie cannot be set with Property

2 Answers 62 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ricky
Top achievements
Rank 1
Ricky asked on 25 Dec 2007, 03:33 AM
Hi, I find setting font-size via RadCombo.Font.Size property is not reflected on runtime.

If i am wrong, please told me.

Ricky.

2 Answers, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 27 Dec 2007, 01:07 PM
Hello Ricky,

This property will be applied only if RadComboBox does not use skins or Skin property is set to empty string.

I suggest you modify the font -size using the following css styles:
<style type=text/css>
.RadComboBox_SkinName,  
.RadComboBox_SkinName input,  
.RadComboBoxDropDown_SkinName  
{  
    font:12px arial,verdana,sans-serif;  
    color:#000;  
    text-alignleft;  

</style> 
 

You can just put this piece of code in the head tag of your page.

Hope this helps.

Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Ricky
Top achievements
Rank 1
answered on 27 Dec 2007, 02:02 PM
Okay, but if this is indeed a constraint, I suggest you should manage to let developers not to set this proprty, because it will confuse us where the problems are?

Regards,
Ricky.
Tags
ComboBox
Asked by
Ricky
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Ricky
Top achievements
Rank 1
Share this question
or