1

How can I display string or text data into dataarea in XtraPivotcontrol devexpress, because as I can see there is only numeric,currency etc. datatype support?

star
  • 164
  • 1
  • 2
  • 13

1 Answers1

1

The data area ina pivot-grid is normally used for summing up something or do some calculations, not for texts.

I think the only way is to override the PivotGridControl.CustomCellDisplayText Event

Hope this helps...

Community
  • 1
  • 1
ralf.w.
  • 1,676
  • 1
  • 24
  • 34