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
155
UltraGrid how to show summaries in GroupBy row in right columns
posted

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;