Hello, I want to change the background color of my current selected cell in my RadGridView
Here is my code where I try to do that:
radGridView1.CurrentCell.BackColor = Color.Red;
But this only changes the color of the background when the cell is selected or when the mouse hovers over the row of this cell.
Here is my code where I try to do that:
radGridView1.CurrentCell.BackColor = Color.Red;
But this only changes the color of the background when the cell is selected or when the mouse hovers over the row of this cell.