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?
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...