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
538
Is it possible to have totals for each group by column
posted

Hello,

When create following grid:

Code  SubCode Description  Price

1          1                Hammer       10

1           2                Nail                20

2           1                Screwdriver  10

When i group by code and subcode and i add a summary for price, i will only get summary totals for the subcode level, i will not get a summary total for the code level.

Is it possible to also have a summary total on code level and if so what properties need to be enabled?

 

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi,

    You're using a really old version of the controls. I don't have v7.1 or CLR1 installed any more. But I ran your sample with the olders version I have, which is v8.1 in CLR2. And it works just fine for me. I get summaries on both levels of groups as well as under the data rows themselves.

    So my guess is that this was a bug in the version you are using and was fixed years ago.

    You might want to try getting the latest service release and see if that help. If not, then the next best thing would be to upgrade to the latest version, which is v9.2.

    How to get the latest service release - Infragistics Community

Reply Children
No Data