Sorry if this is a duplicate post, I received an error when I posted it the first time.
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