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

Set item font.

1 Answer 48 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Needha
Top achievements
Rank 1
Needha asked on 01 Jul 2013, 08:53 AM
Hi

Using the cssclass property of radcombobox I tried to set the font family but when I checked in browser some other font is being rendered. In style tag I gave a .textStyle class with font-family: Calibri. Any suggestion?

Thanks
Needha

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Jul 2013, 09:42 AM
Hi Needha,

Let me suggest you change the font at the RadComboBox by overriding the css style applied at the control input.

CSS:
<style type="text/css">
    div.RadComboBox .rcbInput
    {
        font-family: Arial !important;
    }
</style>

Thanks,
Shinu.
Tags
ComboBox
Asked by
Needha
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or