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

Changing Background Color of Grid footer

2 Answers 1065 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Himanshu
Top achievements
Rank 1
Himanshu asked on 21 Mar 2013, 12:19 PM
Hi,
   I have a  grid with footer showing the aggregates of the columns, I need to change the backgound color of the cells in the footer (complete row), I tried using the .k-footer-template class, but it is not working.........

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 21 Mar 2013, 12:58 PM
Hello Himanshu,

The native Grid footer background is applied to the table cells, that is why you need to apply your custom background to the cells in the same fashion. Setting it to the row will have no visible effect.

tr.k-footer-template td
{
    /* ..styles for main footer .. */
}
 
tr.k-group-footer td
{
     /* ..styles for group footer.. */
}


Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Himanshu
Top achievements
Rank 1
answered on 21 Mar 2013, 01:31 PM
Hello Dimo,
Thank You very much....
Tags
Grid
Asked by
Himanshu
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Himanshu
Top achievements
Rank 1
Share this question
or