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

Group Footer Text

1 Answer 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 03 Feb 2011, 09:09 PM
I have a RadGrid that I implement grouping.  I have group footers being displayed.  A sample of my data is:

State     County     City                    Population
PA         Dauphin     Harrisburg            1,756,000
PA         Dauphin     Enola                      244,000
PA         Centre        State College           823,000
PA         Centre        Centre Hall                27,000

I am grouping by State and County.  I would like the footers to contain the appropriate grouping value.  For instance for each County footer, I would like to see the following:
Average Population in Dauphin County:  1,000,000  (Dauphin would be dynamically displayed)

For each State footer, I wold like to see the following:
Average Population in PA State:    1,425,000   (PA would be dynamically displayed)

How can I display the grouping value in the footer for each grouping section?  My footers are displaying the Average of Population just fine, but my client wants to show the grouping value as part of the footer as well.

Thanks,
Chris

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Feb 2011, 06:21 AM
Hello Chris,

Try the approach used in the following forum to achieve your requirement. Also make necessary modification accordingly.
Multiple Custom Aggregates in Group Footer

Thanks,
Princy.
Tags
Grid
Asked by
Chris
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or