Can you please advise how to archive below Ive found somwhere in web ?I know how to show summaries in group by rows but those are presented that way:
But need sums to be in right columns not "glued" to items count label
This is what I need
Part of my code My code:
var summary = ultGrid.DisplayLayout.Bands[0].Summaries.Add ( sumGroupName + "_" + ultGrid.DisplayLayout.Bands[0].Summaries.Count , formula, position, columnPosition); summary.SummaryDisplayArea = SummaryDisplayAreas.InGroupByRows | SummaryDisplayAreas.HideDataRowFooters;
I'm afraid I don't understand what you are asking. Can you explain in more detail?
One more question is - how force standard summaries (available via sigma button) to be shown in GroupByRows ?
Thank you - this is exactly what I needed !
Just set the GroupByRowSummaryDisplayStyle property to GroupBySummaryDisplayStyle.SummaryCells.
https://ko.infragistics.com/help/winforms/infragistics.win.ultrawingrid~infragistics.win.ultrawingrid.groupbysummarydisplaystyle