Any way to get grid format options to stick?

ControlSettings myControlSettings = new ControlSettings();
myControlSettings.BackColor = System.Drawing.Color.MediumSeaGreen;

RuleAction warningV_JobDashboard_1View1_RowAction = RuleAction.AddRowSettings(this.oTrans, “V_JobDashboard_1View1”, false, myControlSettings);

This works for me.