Completed
Last Updated: 28 Jul 2020 09:02 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 21 Feb 2014 11:31
Category: PivotGrid
Type: Feature Request
6
ADD. RadPivotGrid - allow specifying of each PropertyGroupDescription whether to be shown in the SubTotals for the corresponding RowGroupDescriptions/ColumnGroupDescriptions collection
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
});
2 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 28 Jul 2020 09:02

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.
We kindly ask you to use just one thread for a specific problem to contact us. Posting the same questions numerous times slows down our response time because we will need to review and address two or more tickets instead of one. Moreover, threads are handled according to license and time of posting, so if it is an urgent problem, we suggest you use a support ticket, which would be handled before a forum thread.

Thank you for your understanding.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

paulo g
Posted on: 23 Jul 2020 01:08

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

 

 

Attached Files: