I have a DataGridView control with two columns. The default color of the text is black. Is it possible to set the fore color of the entire second row to gray?(or any other color)..
COLUMN1 | COLUMN2
-----------------
black | gray
black | gray
black | gray
Please help.. thanks.
Your subject and question are confusing, one refers to the column and one to the rows but anyway.
should handle the column color.
should handle the row color.