This is a migrated thread and some comments may be shown as answers.
[Solved] Text wrapping in pivot cells
2 Answers210 Views
PivotGrid and PivotFieldList
This is a migrated thread and some comments may be shown as answers.
Missing User
Missing User
asked on 14 Jan 2013, 12:37 PM
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: