I set the background color of my rows in the RowInitialized event depending on some different conditions. Is there any way I can change the SelectedRowAppearance for these rows without changing it for the entire grid?
There's no SelectedRowAppearance on an individual row. But you can probably acheive what you want using a DrawFilter.
This post might help:
DrawFilter for Backcolor - Infragistics Forums