Hi,
I would like to avoid the selected cell forecolor of DatagridView when it is selected. How it is possible?
Thanks in advance for any support.
I would like to avoid the selected cell forecolor of DatagridView when it is selected. How it is possible?
Code:
Me.dgvTable.Columns(19).DefaultCellStyle.ForeColor = Color.Red
Me.dgvTable.Columns(21).DefaultCellStyle.ForeColor = Color.Blue