Hello,
after having dragged a column header into the GroupByBox, I'd like to show not only the GroupByRows (with the expansion indicator on the left) but the summary (on a certain column in the group) as well. Actually the summary is hidden in the group, to show the summary in the GroupByRow means a lot of adjusting to the total sum.
Is there any chance to get this:
+ GroupByRow 1 ... Σ 1,222.00+ GroupByRow 2 ... Σ 2,111.00+ GroupByRow 3 ... Σ 3,222.00
Thanks for any idea!
I think you will find this useful.
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/WinGrid_Separate_and_Align_Summaries_of_GroupBy_Rows.html
Nick
Hello Nick,
thank you for the reference mentioned above, it worked fine...
Except: changing the backcolor of the summary element in the groupByRow doesn't work:
Me.UltraGrid1.DisplayLayout.Override.GroupBySummaryValueAppearance.BackColor = Color.LightBlue
-> the backcolor stays "white". Maybe you can help once again.
Thanks a lot!