0

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

Steve88
  • 2,366
  • 3
  • 24
  • 43

1 Answers1

0

Changing groupsummarylayout to gslAlignWithColumns solved the problem.

Steve88
  • 2,366
  • 3
  • 24
  • 43