I am using a somewhat special OLAP cube with a calculation that returns textual information for pivot cells. Your pivotgrid correctly shows the text, but the text does not wrap. Only so much text is shown as fits in the column's width. Is there a setting that I missed here?
Thanks
Sjoerd
2 Answers, 1 is accepted
0
Accepted
Peter
Telerik team
answered on 16 Jan 2013, 01:19 PM
Hi Sjoerd,
Thank you for writing.
Using the CellFormatting event you can set various properties of the PivotGridCellElement to modify its appearance. The following example will set the WrapText property to True: