Hi Jayaleshwari N,
i'm using a headertemplate like the below one:
<Style TargetType="Syncfusion:GridHeaderCellControl" x:Key="headerStyle">
<Setter Property="FontWeight" Value="Bold"/>
<Setter Property="FontSize" Value="{DynamicResource HeaderCellControlFontSize}"/>
<Setter Property="Foreground" Value="{StaticResource BMW_BABrush_Blue1}"/>
<Setter Property="Height" Value="{DynamicResource HeaderCellControlHeight}"/>
<Setter Property="Background" Value="White"/>
<Setter Property="BorderBrush" Value="DarkGray"/>
<Setter Property="BorderThickness" Value="{DynamicResource HeaderCellControlBorderThickness}"/>
</Style>
The columnnames are all written by translationmanager and it all works fine but the only problem i have is at resizing the column by double click on columnseperator or by autosizing so the headers get a little bit truncated. Maybe is there a possibility to redefine the ColumnSizerCalculation only at the Widthproperty of columns so it changes the calculated value + 20 f.e..