Hi
I want to show the column header text on two lines.
I have tried several possible solutions but nothing works. The line height does not increase and only shows the thirst line.
For example:
<GridColumn Field="@fieldName" Width="60px">
<HeaderTemplate>
<div>
<p>1. Line</p>
<p>2. Line</p>
</div>
</HeaderTemplate>
</GridColumn>
Please show me an example which works and displays the two lines.
Many thanks, Bruno