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

Pivot Element without aggregation

1 Answer 89 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Srinivas
Top achievements
Rank 1
Srinivas asked on 26 May 2015, 08:44 AM

Normally the pivot element has a parent and child (on expanding) and the parent is usually some kind of aggregation of all its children. I have a requirement where-in the parent should not  be an aggregation and its independent of children. Say parent has some 5000 value, upon expanding the value need not be a sum, it can be more than 5000.

 

Is this possible with Pivots or do I have to use any other controls?

1 Answer, 1 is accepted

Sort by
0
Polya
Telerik team
answered on 28 May 2015, 01:40 PM
Hi,

The RadPivotGrid is a control used to group, aggregate and filter data and present it in a concise processed way. That said the RadPivotGrid will not display the data itself, rather it will display the data that results of given calculations and aggregations of the original data (ItemsSource).

If you wish to display the original data itself the better solution is to use the RadGridView or RadTreeListView.

Hope this helps.

Regards,
Polya
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
PivotGrid
Asked by
Srinivas
Top achievements
Rank 1
Answers by
Polya
Telerik team
Share this question
or