Is it possible to display groupsummary in grouprow using XtraGrid v8.1

526 Views Asked by At

I am working on XtraGrid v8.1.

I want all group summaries (even those that are positioned in group footers) are forcibly displayed in group rows under the corresponding column headers, and group footers are hidden.

Please see right side of image below: Like this Is it possible?

1

There are 1 best solutions below

0
On

I think you will have to use event CustomDrawGroupRow and display summaries via your code. In DevExpress DOC is a similar example with count: https://documentation.devexpress.com/WindowsForms/DevExpress.XtraGrid.Views.Grid.GridView.CustomDrawGroupRow.event