I have a datagrid and the cell values can be null, “P” or “S”.
I want all cells with the value of “S” in any column or any row to have a different background color. I am using this C# code, this compiles without an error, but does not change the background color. Can anyone suggest changes?

