cxgrid Group summary positioning

232 Views Asked by At

Can anyone help me how I can shift the summary datas a bit right? I would like to put the summary, count data under the "issue" column. I use TcxGrid with groupsummaryitems.

The dxDBGridTableViewCustomDrawGroupSummaryCell event is probably suitable with using canvas to shift the values. Anyone have an idea?

Thanks!

enter image description here

1

There are 1 best solutions below

0
Steve88 On

Changing groupsummarylayout to gslAlignWithColumns solved the problem.