This question is locked. New answers and comments are not allowed.
Hi,
I use an radgridview in my application.
On the header, I have Tooltip
The problem is when I export my GridView to Excel, in Excel the headers are replace by "System.Windows.Controls.Label"
This is my code :
I use an radgridview in my application.
On the header, I have Tooltip
The problem is when I export my GridView to Excel, in Excel the headers are replace by "System.Windows.Controls.Label"
This is my code :
<telerik:GridViewComboBoxColumn HeaderCellStyle="{StaticResource MyHeaderCellStyleBlue}" UniqueName="ComboTT" DataMemberBinding="{Binding Traite_par}" SelectedValueMemberPath="id" DisplayMemberPath="libelle" Width="65">
<telerik:GridViewComboBoxColumn.Header>
<sdk:Label Content="Traité par" ToolTipService.ToolTip="Traité par" ></sdk:Label>
</telerik:GridViewComboBoxColumn.Header>
</telerik:GridViewComboBoxColumn>
Can you help me ?
Thanks