This question is locked. New answers and comments are not allowed.
Hello,
i have a dynamic column header.
<telerik:GridViewCheckBoxColumn DataMemberBinding="{Binding Fase1}" Width="100">
Headers is a class that simple contains the a property that supplies a string for Fase1.
Works fine but when i export the grid to excel the header gets the text System.Window.Controls.TextBlock instead of the string i have set for fase1. Do you have any resolution for this problem?
kind regards,
Jonam
i have a dynamic column header.
<telerik:GridViewCheckBoxColumn DataMemberBinding="{Binding Fase1}" Width="100">
<telerik:GridViewCheckBoxColumn.Header>
<TextBlock Text="{Binding Fase1,Source={StaticResource Headers}}" />
</telerik:GridViewCheckBoxColumn.Header>
</telerik:GridViewCheckBoxColumn>
Headers is a class that simple contains the a property that supplies a string for Fase1.
Works fine but when i export the grid to excel the header gets the text System.Window.Controls.TextBlock instead of the string i have set for fase1. Do you have any resolution for this problem?
kind regards,
Jonam