Setting column header color

By using <column color=‘red’ … I can set the background color of an entire column… but I only want to change the color of the header row, not the actual data of the grid. Is there a way to do this?

Thank you

If you init grid from xml - you can use inline html markup for such task

<column ...><![CDATA[ <span style='background-color:red;'>Column header</span> ]]></column>

Thanks to @Stanislav. When I tried to export grid to Excel, the color changes are not in the xlsx sheet. Is there any way to display colours in the xlsx header.

Unfortunately such feature is not supported.