Hello,
I am using 2008.1.416.20 of telerik and trying to set the text within the combo input area. I am using the following but am not able to get the text to change:
So I guess I must be doing something right?
Thanks!
I am using 2008.1.416.20 of telerik and trying to set the text within the combo input area. I am using the following but am not able to get the text to change:
.RadComboBox_Web20 .rcbInputCell |
{ |
font: normal 8px Arial, Verdana, Sans-serif; |
} |
I also tried:
.RadComboBox_Web20 .rcbInputCell table, td |
{ |
font: normal 8px Arial, Verdana, Sans-serif; |
} |
But this seems to also set the text within a grid on the same page and it still does not have any effect on the text in the combo input area?
I am able to to set the cursor property of the arrow with:
.RadComboBox_Web20 .rcbArrowCell |
{ |
cursor: pointer; |
} |
So I guess I must be doing something right?
Thanks!