Ultragrid Row Color without Row Rule Not working

Hi

I have a UltraGrid and Data is loaded from the BAQ. Some columns are set to NoEdit and some are set to AllowEdit.

I tried to change the row color based on the value of a cell
Problem is color change is only applying to the editable column

this.epiUltgrdCustQuoteApprWF.DisplayLayout.Bands[0].Layout.Rows[args.Row.Index].Appearance.BackColor = Color.Yellow;

Why try this without a row rule? I have my BAQ set a calculated field to 1 or 0, then I use a row rule to look at that field and apply the “warning” style that makes my entire row yellow. It works well.

Grid has no EpiBinding. That’s why I am not able to use the Row Rule