Hello,
Is there any way on XamPivotGrid to hide or remove totals that I don't need?
Thank you.
In my opinion, it would be ideal to have a boolean option "Show Totals."
On my project, the client has requested the ability to hide the "All" row. I think it would be easier to have a flag on the PivotGrid itself rather than trying to traverse the rows collection and identify whether the row is a total row or not.
The idea would be something like:
AllowCompactLayout = "{Binding IsChecked, ElementName = compactLayoutCheckbox}"
but with totalCan you do?I have the version 10.3.20103.2065Thanks