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?
Hello Patrick,
Glad to hear that you have managed to resolve the issue.
If you have any other questions, please let me know.
Thank you for using Infragistics components.
Sincerely,
Tihomir TonevAssociate Software DeveloperInfragistics
I figured it out - I was missing the definition:
<ig:SumSummaryCalculator/>
Thank you!
In the sample sent over, if you group by "Name", there is no sum of "USD_amount" displayed in the group by text
Also, there's no grid total of USD_amount displayed at the bottom. Perhaps I'm missing some details.
Hello,
Summaries in grouped records usually don't show unless you have set the FieldLayoutSettings proeprty GroupBySummaryDisplayMode to one of the two possible properties. Setting it to "Text" will give you the result you had in 18.2.
I have tested this on the latest SR of 19.1 and on the latest version - 20.1 and I see no problems.
Can you please post an isolated sample if the issue persist so we can see if there is something else going on.