Hello telerikTeam,
I have an Issue with the SelectedColor in the RadColorPaletteView namely how can I get selectedColor ?
If I try this:
I am getting null.
Could you please tell me what I am doing wrong ?
XAML
Thank you.
Daniel
I have an Issue with the SelectedColor in the RadColorPaletteView namely how can I get selectedColor ?
If I try this:
RadColorPaletteView colorPalette = sender as RadColorPaletteView;RadColorPaletteViewItem selectedItem = colorPalette.SelectedItem;I am getting null.
Could you please tell me what I am doing wrong ?
XAML
<telerik:RadColorPaletteView x:Name="BorderColor" Margin="0" Grid.Column="1" Palette="Standard" PaletteOrientation="Horizontal" Style="{StaticResource RadColorPaletteViewStyle}" VerticalAlignment="Center" PreviewMouseLeftButtonDown="ChangeColor"/>Thank you.
Daniel