I put the following code in the other cells on the Enter event and it
worked:if (DropDownList1.rawValue ==
"Completed"){this.font.fill.color.value = "255,0,0";} else if
(DropDownList1.rawValue == "Modified"){this.font.fill.color.value =
"0,0,255";} else if (DropDownList1.rawValue ==
"New"){this.font.fill.color.value = "0,128,0";} else
{this.font.fill.color.value = "0,0,0";}