Completed
Last Updated: 20 Jan 2015 15:00 by ADMIN
ADMIN
Petar Mladenov
Created on: 01 Dec 2014 07:33
Category: ColorPicker
Type: Bug Report
0
SelectedColor si not visually selected when the color is in HeaderPalette, StandardPalette or MainPalette
Set SelectedColor = Red in XAML or code behind or via databinding. Open the color Picker - the red color in Standard Colors is NOT selected but it should be.

A possible workaround could be:

   <Style TargetType="telerik:RadColorPaletteView">
         <Setter Property="SelectedItem" Value="{Binding MediaColor, Mode=OneWay, RelativeSource={RelativeSource AncestorType=telerik:RadColorSelector}}" />
   </Style>


Available in LIB version: 2014.3.1208
0 comments