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

Displaying aggregates based on group from CollectionView

2 Answers 78 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Geoff Smith
Top achievements
Rank 1
Geoff Smith asked on 11 Nov 2010, 12:38 PM
Hi,

Is it possible to show group aggregates if the grouping is coming from a ListCollectionView? The grouping seems to work fine, but I'm not sure how to enable the aggregates...

Thanks!

2 Answers, 1 is accepted

Sort by
0
Accepted
Rossen Hristov
Telerik team
answered on 12 Nov 2010, 10:21 AM
Hi Geoff Smith,

It can't be done out-of-the-box.

But this might be possible if you attach to CollectionChanged event of the GroupDescriptors of the grid. Then when a new GroupDescriptor is added, manually define its aggregates. This might do the job.

Regards,
Ross
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
Geoff Smith
Top achievements
Rank 1
answered on 12 Nov 2010, 03:27 PM
That worked perfectly, thanks! :)
Tags
GridView
Asked by
Geoff Smith
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Geoff Smith
Top achievements
Rank 1
Share this question
or