Hi Giovanni Cuadra,
Thanks for contacting Syncfusion Support.
We have checked your query. You can set the background and Text color for the header using GridColumn.HeaderTemplate property.
The below code example illustrates how to set the Header Template.
<syncfusion:GridTextColumn MappingName="OrderID">
<syncfusion:GridTextColumn.HeaderTemplate>
<DataTemplate>
<Label Text="Order ID" FontAttributes="Bold" TextColor="Blue" BackgroundColor="Gray" YAlign="Center" XAlign="Center" />
</DataTemplate>
</syncfusion:GridTextColumn.HeaderTemplate>
</syncfusion:GridTextColumn>
|
We have prepared sample based on your requirement and attached the sample for your reference.you can download the same from the below link.
And we have published KB for this. Please refer the KB also.
Regards,
Sivaraman