Morning all. Is it possible to declare more than one footer in xaml for rad gridview? ShowColumnFooters will get me one row but I need a second footer row, below that one to display additional information (calculations etc.) If this is possible in xaml I'd appreciate a code snippet.
Thanks.
Thanks.
4 Answers, 1 is accepted
0
Hello Peter,
Vanya Pavlova
the Telerik team
You may use the approach demonstrated in our "Totals" demo?
Vanya Pavlova
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Pete
Top achievements
Rank 1
answered on 30 May 2011, 02:00 PM
Vanya;
I don't think the totals as demonstrated in the link you provided will serve my needs. Essentially I need two individual footer rows, one for totals and another for calculations:
Totals 0 0 0 0
Calcs % % % %
Is declaring this in xaml possible?
Thanks again.
I don't think the totals as demonstrated in the link you provided will serve my needs. Essentially I need two individual footer rows, one for totals and another for calculations:
Totals 0 0 0 0
Calcs % % % %
Is declaring this in xaml possible?
Thanks again.
0
Accepted
Hello Peter,
Vanya Pavlova
the Telerik team
For the time being such functionality is not supported out of the box. RadGridView shows its footers only on a single level and the logic behind this built-in support is handled internally. The recommended approach to achieve the deisred result is through defining custom footers as proposed in my previous post.
Vanya Pavlova
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Pete
Top achievements
Rank 1
answered on 30 May 2011, 06:44 PM
Thank you Vanya.