Okay, still on my silverlight app here, what I need to do is to somehow perform conditional formatting on the cells of a datagrid, but the "conditional" part needs to be based upon the values of several different fields/properties in the datasource.
I thought i could use the typical IValueConverter method of conditional formatting and pass the "other" values into the converter through the ConverterParameter, but it seems you can't bind ConverterParameter to anything and can only pass in literals.
So how would i go about performing conditional formatting of one value based upon multiple values?