Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
845
How do I disable this behaviour of the pivot grid where totals get multiplied?
posted

Apologies for the vague title but I don't know what this behaviour is called.

This is another issue we've found converting our Silverlight App to WPF. The Silverlight doesn't exhibit this behaviour and the person who implemented this code has since left the company so I can't ask them any questions.

I have a pivot grid with different types of tenders for different stores. It shows the amount of each tender and the totals for each tender, each location and the grand total:

initial grid

However when I select on the totals:

select total

and then deselect the total this happens:

deselect total

It multiplies the tender by the number of tenders and copies it into each tender. Each time I click it does the same again.

It's worse if I select the the grand total as it multiplies twice.

What do I need to turn off or override in the pivot grid to stop this happening?

Parents
No Data
Reply
  • 34830
    Offline posted

    Hello Chris,

    I have been investigating into the behavior you are seeing, and this behavior is not a default behavior of the XamPivotGrid, which leads me to believe that either we are testing against different versions or there is something specific to your application that is causing this behavior.

    I have tested this using our various samples for the XamPivotGrid within the Infragistics for WPF Samples Browser version 2020.1 and I cannot seem to reproduce the behavior you are seeing in any of the samples that I have tested there. As such, I have a few questions for you on this matter.

    1. What version of Infragistics for WPF are you using?

    2. Do you have an isolated sample project you can share where this behavior is reproducible?

    Please let me know if you have any other questions or concerns on this matter.

Children