I'm using FormatConditions to format certain rows based on their properties. E.g. I have a gridcontrol with many rows and some rows are colored red when there is an error. The issue I have is that when a row is selected, the formatting disappears and goes blue.
I would like the selected row color to be a slightly darker shade of whatever color that row is. I.e. You can still tell what color the row was shaded to be, but you can also tell that it's selected.
What's the best way to do this?