This question is locked. New answers and comments are not allowed.
Hi,
I have just deployed 2012 Q2, i have a ColorPicker within a RadRibbonView, the picker does not show the selected color anymore when i bind it to my viewmodel. But even setting it to a hardcoded color does not work anymore:
<telerikRibbon:RadButtonGroup> <telerik:RadColorPicker x:Name="TextColor" ColorButtonStyle="{StaticResource ColorButtonStyleA}" SelectedColor="{Binding Path=ActiveMainViewModel.PropertyGridItem.TextColor, Mode=TwoWay}" Height="22" Width="32" IsEnabled="False" telerik:ScreenTip.Title="{Binding StringViewResources.LocalizationResources.TextColor}" telerik:ScreenTip.Description="{Binding StringViewResources.LocalizationResources.TextColorDescription}" /> <telerik:RadColorPicker x:Name="BackColor" ColorButtonStyle="{StaticResource ColorButtonStyle}" SelectedColor="Red" Height="22" Width="32" IsEnabled="False" telerik:ScreenTip.Title="{Binding StringViewResources.LocalizationResources.BackColor}" telerik:ScreenTip.Description="{Binding StringViewResources.LocalizationResources.BackColorDescription}" /> </telerikRibbon:RadButtonGroup>
Has something been changed to this control in 2012 Q2, i couldn't find anything on the release notes?
Best Regards,
Peter
