Hi,
I've updated my application to 2009 Q1 and setting the color of the cell doesn't work anymore!
The color converter returns a Color.Red.
Any ideas?
Regards
I've updated my application to 2009 Q1 and setting the color of the cell doesn't work anymore!
| <my:ColorConverter x:Key="ColorConverter"/> |
| <Style TargetType="{x:Type telerik:GridViewCell}"> |
| <Setter Property="Background"> |
| <Setter.Value> |
| <SolidColorBrush Color="{Binding Converter={StaticResource ColorConverter}}"></SolidColorBrush> |
| </Setter.Value> |
| </Setter> |
| </Style> |
The color converter returns a Color.Red.
Any ideas?
Regards