G
Guest
I am trying to change the column header text to red and I have this code:
dCol.HeaderCell.Style.ForeColor = Color.Red;
This change does indeed stick and I can see it in the debugger. However,
the column name text is still showing up as black. I have seen this same
problem asked around but with no answer. Does anybody know what is going on?
Thanks.
dCol.HeaderCell.Style.ForeColor = Color.Red;
This change does indeed stick and I can see it in the debugger. However,
the column name text is still showing up as black. I have seen this same
problem asked around but with no answer. Does anybody know what is going on?
Thanks.