To change any row background color, use the following code in the After Record Processed event.
record["css"] = "background:blue;";
You can also change the background color of a row when the mouse hovers over it:
record["hovercss"] = "background:yellow;";
See also:
•Change the cell background color
•Grid Row JavaScript API: row.fieldCell()