Color the row on Time Phase based on 2 pieces of Data

I have used the wizard to add row rules to color the row based on 1 piece of data, but I need to look at 2 pieces to set a warning color.

If a row is for a PO (it has a PoNum <> 0 ) and has no Promise Date, because the PO has not yet been confirmed, the Production people want to see it in a warning color, because the due date has not yet been confirmed by the vendor. Does anyone know how to accomplish this? I know there is probably code for it, but looking at the wizard code didn’t really look like it would accept 2 conditions, though I might be wrong. Thanks in advance!

Paul,

I’ve been able to accomplish this in the past, but it will take some coding to get there.

Basically, I added a new column that is calculated based upon your other columns. Then you can either add a row rule using this column.

Since you are already coding at the Infragistics grid level, you can do your formatting there as well, if desired.

Jim Rogers