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
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!