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

FooterTemplate not taking SkinID

2 Answers 60 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Rick
Top achievements
Rank 1
Rick asked on 13 Nov 2008, 02:55 PM
Hi,

I'm trying to add a footer to my combobox showing the total items found, as used in some of your examples

However the footer seems to be using the default Skin for style, rather than the Skin I have specifid.

Here is my code:

    <telerik:RadComboBox  ID="RadComboBox1" runat="server" DataSourceID="ObjectDataSource2" Skin="Gray" DataTextField="Description" DataValueField="ValueID" Filter="Contains" Width="300px" Height="300px" >
        <CollapseAnimation Duration="200" Type="OutQuint" />
        <FooterTemplate>
          A total of <asp:Label runat="server" ID="RadComboItemsCount" /> items
        </FooterTemplate>
    </telerik:RadComboBox>   

2 Answers, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 17 Nov 2008, 08:05 AM
Hi Rick,

Thank you for your remark. It seems that the necessary image has not been changed for the Gray skin - I've updated it; you can use the following CSS styles (and the attached image) to adjust the skin:

div.RadComboBoxDropDown_Gray .rcbHeader,
div.RadComboBoxDropDown_Gray .rcbFooter
{
    background:url('bg.gif') repeat-x #7d7d7d;
}

If you want a custom build, please open a support ticket.

P.S.: Your Telerik points have been updated.

Sincerely yours,
Alex
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Rick
Top achievements
Rank 1
answered on 17 Nov 2008, 08:11 AM
Thanks for your help :)
Tags
ComboBox
Asked by
Rick
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Rick
Top achievements
Rank 1
Share this question
or