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
1640
Grid is erroneously showing multiple summary row
posted

Hi,

In one of our screens that uses a hierarchical grid, we have defined it to also show a summary row.  But for an unknown reason, the grid will show two rows, and whenever it is refreshed, another summary will be automatically added.

What would cause these unwanted additional summary rows to be displayed?

  • 23930
    Verified Answer
    Offline posted

    Hi Richard,

    Thank you for contacting Infragistics Developer Support.

    What could be happening is that you are adding the same summary settings object to the band summaries multiple times. Check how many times the code goes through the code that adds the summaries. Also you could do add a check if such summary settings object exists for this column when adding another summary and add it only if it doesn’t.

    If this suggestion doesn’t help you solve your issue, please send me an isolated sample which reproduces it. I will be glad to continue investigating this issue once I have the sample.

    I am looking forward to your reply.