or similarly set a row appearance instead of a cell appearance like people do with the initializerow event.
I'm trying to change the color of a cell based on the value of another cell or change the color of the whole row.
I answered a similar question in the following thread:
http://news.infragistics.com/forums/p/2917/16849.aspx#16849
Basically, you create a FormulaCondition and use the name of the column as a token for comparisons. You cannot set the row's appearances since the conditions are associated with a particular column, not a row.
-Matt