How can we set the background color of the header?
I’m also using “attachHeader” functionality".
The syntax that i’m using is
Response.write " Data "
-
-
-
-
Response.Write “”
Response.Write “<call command=”“attachHeader”">"
Response.Write “” & NewData & “”
Response.Write “”
Response.Write “”
Could you please suggest me on how to set the background color for the header?
There is no way to assign custom styles for main grid header , when header initialized from XML.
If you need to change all colors - you can change them once and for all in CSS file
As possible workaround you can use inline HTML
Response.write “<![CDATA[
Data
]]>”