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

How to paint the footer and the header

1 Answer 61 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Udi
Top achievements
Rank 1
Udi asked on 30 Nov 2010, 03:26 PM
Hello,

I have a radcombobox with footer and header.
1. How can i paint them let say in a red color?
2. How can i put in it an image?

I noticed that if i use:
<FooterTemplate>
        <div style="background-color:Red">asas</div>
</FooterTemplate>
not all the footer area is painted.

any suggestions?
 
Thank you,
Oren

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 03 Dec 2010, 03:46 PM
Hello Oren,

You can change the color of RadComboBox header and footer if you override the CSS styles applied to these control parts:
div.RadComboBox1_Header,  div.RadComboBox1_Header, .rcbHeader
{
    background:Red !important;
}
div.RadComboBox1_Footer,  div.RadComboBox1_Footer, .rcbFooter
{
    background:Red !important;
}

Please find more details at the sample page attached.

All the best,
Kalina
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
ComboBox
Asked by
Udi
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or