C# DataGridView BackColor Not Overwritten
问题 I have DataGridView on my form application. After retrieving data from a table in the database and displaying them in DataGridView , I apply a green color to some cell's BackColor of the rows if a certain condition is met. After those cells are colored green , the program makes them go through another condition, which colors the whole row's BackColor red if they fail to satisfy the condition. However, it seems like pre-colored cells cannot be overwritten with a new color. Even if I apply the