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

How to have different caption between group row and footer row ?

0 Answers 33 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Cyril
Top achievements
Rank 1
Cyril asked on 12 Sep 2011, 02:01 PM
Hi,

I need to have different results in the group row and the footer row of the radgridview.

Let's say I need to have "count = 12", "count = 13" in the different group row, and "Total = 25" in the footer.

Now I do something like that :

column.AggregateFunctions.Add(new CountFunction { ResultFormatString = "Total = {0}" });

So I have in the footer the right value.
But when I group, in the group row I have 
"Total = 12"
"Total = 13"
...

But this is not the result I want. Is there a way to manipulate aggregate in the footer of the radgridview independently of the aggregates display in the group row ?

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Cyril
Top achievements
Rank 1
Share this question
or