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
1415
XamDataGrid AllowSummaries
posted

We are using Infragistics 19.1

I noticed when we upgraded from 18.2 to 19.1, our GroupBy and Grid summaries are no longer displayed.

Did anything change between versions on this topic?

Currently we set the field setting as follows:

<ig:Field Name="USD_amount">
   <ig:Field.Settings>
      <ig:FieldSettings AllowSummaries="True" />
   </ig:Field.Settings>
</ig:Field>

in 18.2, we would see:

      "MyGroup (6 items) USD Amount Sum = 1000"

in 19.1, we see:

       "MyGroup (6 items)"

Perhaps we are somehow disabling the feature in custom code, or maybe a new attribute needs to be set?