Page 1 of 1
background color of the header of a grid column
Posted: Fri Dec 20, 2019 11:17 am
by svi
Hello,
how to change the color of the header of a single column of a grid
Thank you.
Re: background color of the header of a grid column
Posted: Fri Dec 20, 2019 12:35 pm
by Scott Klement
The grid has a "header background" property.
If this property has only one value, the value applies to all headings. (For example, if I set it to "red", all headers will be red.)
If it is set to a comma-separated list of colors, each color applies to a separate column. If there are fewer colors in the list than there are columns, the first color will be used for the remaining columns. (For example, if header background is set to "red,green" the first column header will be red, the second will be green. If there is a 3rd column, it will also be red because I didn't provide a 3rd color.)