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

Multiple (2) footers in XAML - possible?

4 Answers 151 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pete
Top achievements
Rank 1
Pete asked on 30 May 2011, 01:38 PM
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.

4 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 30 May 2011, 01:45 PM
Hello Peter,

 
You may use the approach demonstrated in our "Totals" demo? 


All the best,
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.
0
Accepted
Vanya Pavlova
Telerik team
answered on 30 May 2011, 05:57 PM
Hello Peter,

 

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. 



Best wishes,
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.  
Tags
GridView
Asked by
Pete
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Pete
Top achievements
Rank 1
Share this question
or