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

AutoExpand Headers

1 Answer 54 Views
PivotGrid and PivotFieldList
This is a migrated thread and some comments may be shown as answers.
Alex Dybenko
Top achievements
Rank 2
Alex Dybenko asked on 04 Aug 2016, 08:36 AM

Hi,

looks like a bug:

if i set

this.radPivotGrid1.AutoExpandColumnHeaders = false;
this.radPivotGrid1.AutoExpandRowHeaders = false;

then add 3rd field to Sum values and change it to Average - PivotGrid still show "Sum of ...", plus you can't change column width, etc

I tried on this sample project:

http://feedback.telerik.com/Project/154/Feedback/Details/196043-improve-radpivotgrid-extend-the-save-load-api-to-always-serialize-the-filterde

Alex

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Hristo
Telerik team
answered on 08 Aug 2016, 12:55 PM
Hi Alex,

Thank you for writing.

Indeed the described behavior is an issue and I have logged it in our feedback portal. You can track its progress, subscribe for status changes and add your vote/comment to it on the following link - feedback item. I have also updated your Telerik points.

The item is already in development and a fix will be available with our next official release. Until then you would need to make sure that these properties are set to true when you are about to change any of the aggregates. A suitable place for this check is the handler of the UpdateCompleted event.

I hope this helps. Should you have further questions please do not hesitate to write back.

Regards,
Hristo Merdjanov
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms. For more information check out this blog post and share your thoughts.
Tags
PivotGrid and PivotFieldList
Asked by
Alex Dybenko
Top achievements
Rank 2
Answers by
Hristo
Telerik team
Share this question
or