grid header and attachheader color

Hi,



I am using dhtmlgrid in my application,



where the grid is defined as two level header, so I used setHeader and setAttachHeader functions to implement grid two level header.

Here I need two different colors to be shown in header and attachheader.



Can u please help me to show two different colors in two level header grid?







/Thanks

Raj

The color can be set, by using second parameter of attachHeader command

    grid.attachHeader(“A,B,C”,[“background-color:red;”,“background-color:red;”,“background-color:red;”]);