Change only column header color

Hi,

I want to change the column header color. I am loading data from xml…
I have tried putting color in xml column tag but it is not changing column header background.

Any help appreciated…

Thanks

Please, try to use the following solution:
mygrid.setHeader("1,2,3",null,["background-color:green","background-color:blue","background-color:red"]);

not working…
i am configuration from xml

Unfortunately such feature is not available in case of init from the xml.

:smiley:

{dhtmlxGridobject}.grid.hdr.rows[1].cells[{column number}].firstChild.style.textAlign = {textAlign Value};