The group description now has AutoShowSubTotals property determining whether subtotals will be generated for the description:
this.radPivotGrid1.RowGroupDescriptions.Add(new DateTimeGroupDescription
{
PropertyName = "OrderDate",
Step = DateTimeStep.Quarter,
GroupComparer = new GroupNameComparer(),
AutoShowSubTotals = false
});
Hello, Paulo,
Your question has already been answered in the other thread you have opened on the same topic. Please, see our answer there for more information.Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Hi,
Is there a way to hide a total column? (I want to hide the middle total column in image Untitled.png)
Also I want to create a calculated column due "MAS Fund", "Manager Product" and "Date" values (Untitled2.png) Is it posible?
Regards
Paulo