I keep receiving an error when I try to post this, so I'm sorry for the reposts.
Anyway, is it possible to use the IValueConverter to color a cell based on the values in two different cells?
For example, if you have a grid with two columns, "Valid" and "DueDate", and I want to color the cell for "DueDate" if the value is less than the current date AND if "Valid" cell contains True. If the "Valid" cell contains False, I don't want apply custom coloring to "DueDate".
Is this possible using RowLoaded and IValueConverter?
Thanks