This question is locked. New answers and comments are not allowed.
When calling the default export method for the grid it does not export header names but rather the data type name.
We are using the following to get wrapping on grid headers:
We are using the following to get wrapping on grid headers:
telerik:GridViewDataColumn DataMemberBinding="{Binding OpeningBalance, Mode=TwoWay, StringFormat=\{0:N0\} }" Width="80">
<telerik:GridViewDataColumn.Header><TextBlock Text="Opening Balance" TextWrapping="Wrap"/></telerik:GridViewDataColumn.Header>
</telerik:GridViewDataColumn>