I am using group summary to display average of fields on the grouped summary row and the values are shown the same way as the regular row. Values are aligned with the main column header.
I am doing this in xamdatagrid using sumDefinition.DisplayArea = SummaryDisplayAreas.TopFixed;
Problem: In addition to my grouped summary rows, I get a grand summary shown as the top row in the grid. I do not want to show this grand summary row. \
At least can I Make this grand summary row height to zero.
FYI: The other approach I used:
I tried using xamdatagrid using sumDefinition.DisplayArea = SummaryDisplayAreas.InGroupByRecords and found out that it will remove the grand summary row the way I want while keeping the grouped summary rows. However, the grouped average rows are changed now with an added line on the top of each average rows which shows the count of number of records in the group. I do not want to see this. I simply want to show the averages (see below grouped by type which I typed using Excel, I can't get xamdatagrid it to show like this.).
Col-1
Col-2
Col-3
Col-4
Type
15
1.5
150
1500
1
10
100
1000
20
2
200
2000
35
3.5
350
3500
30
3
300
3000
40
4
400
4000
Hello udenid,
It has been a while since you made this post, so if you need any assistance on this I will be glad to assist you. I was looking into your post and I can suggest you check the property SummaryDescriptionVisibility which can be used for some additional configuration of the look of the summaries. For further reference you can have a look at the following references from our forums and from the XamDataGrid’s documentation:
http://blogs.infragistics.com/forums/p/60974/311620.aspx
http://help.infragistics.com/Help/NetAdvantage/WPF/2011.1/CLR4.0/html/InfragisticsWPF4.DataPresenter.v11.1~Infragistics.Windows.DataPresenter.FieldLayoutSettings~SummaryDescriptionVisibility.html
If you still need any help on this, please do not hesitate to ask.