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

Using ThemeBuilder to change the style of the Grid footer

1 Answer 67 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ian
Top achievements
Rank 2
Ian asked on 06 Aug 2013, 10:39 PM
We've decided to only use the ThemeBuilder for styling.

I haven't been able to change the background and text color of the footer using the ThemeBuilder. Is there a way?

I define my footer in the Column (MVC)

columns.Bound(e => e.Client)
       .FooterTemplate(@<text>
                            @foreach (var acct in accountsRollups)
                            {
                                @Formatters.FormatCurrency(acct.UnrealizedGainLoss)
                                <br/>
                            }
                        </text>)

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 08 Aug 2013, 01:05 PM
Hello Ian,

I am afraid with the current implementation of Kendo UI ThemeBuilded is not available an option for changing Grid footer background, however we will consider it for future releases. Please excuse us for the inconvenience caused.  

Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Ian
Top achievements
Rank 2
Answers by
Iliana Dyankova
Telerik team
Share this question
or