Unplanned
Last Updated: 17 Jun 2020 11:22 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ColorPicker
Type: Feature Request
2
Currently, you can select a color in the RadColorSelector element only with a mouse click. Add a support to navigate and select items via the arrow keys.
Unplanned
Last Updated: 14 Sep 2018 14:00 by ADMIN
Unplanned
Last Updated: 16 Nov 2017 09:39 by Grinden
Created by: Grinden
Comments: 0
Category: ColorPicker
Type: Feature Request
2
Original title: "RadColorPicker should have a built in custom colour selector"

I'm aware that I can add a custom colour selector to the RadColorPicker myself and an example is given in the Telerik WPF demos, but rather than having to implement this myself, I'd really expect this to be built in so I could just set a ShowCustomColors="True" flag and it'd be done. Other UI control vendors I have worked with have supported this functionality without making me do so much work.
Unplanned
Last Updated: 28 Jun 2017 06:00 by ADMIN
This feature should include:

   1. When focused, pressing down arrow key should open the picker, like in WORD's color picker

   2. Automatic button should go into keyboard focused state when down arrow is pressed and the focus is in the split button.

   3.Arrow keys should move the focus to colors in the pallete views. Space/Enter should select the current color.

Feature is mixture of Keyboard logic, new Focus states in PalleteViewItems, PalleteView, ColorSelector, ColorPicker.

Like in Ribbon (when keyboard navigation was implemented) some controls might need additional keyboard focused states.

Declined
Last Updated: 12 Jan 2015 15:23 by John Hodgson
Created by: John Hodgson
Comments: 0
Category: ColorPicker
Type: Feature Request
0
Add a text field to the Color Picker so be displayed alongside the A.

REASON FOR DECLINATION:
This Feature Request is declined because the requirement can be easily achieved with the current implementation of the control. You can follow the steps described in this article:
http://docs.telerik.com/devtools/wpf/controls/radcolorpicker/howto/how-to-set-custom-content.html
Completed
Last Updated: 23 Jul 2015 08:27 by ADMIN
Implicit styles are set via refering included XAML files. Set Style targetting RadColorPicker and BasedOn RadColorPickerStyle. Set this stye in App.xaml after the resource dictionaries. In desinger - MS exception is thrown "This feature requires Microsoft.Windows.Design.Sevices.valueTranslationService".

Note that this is only reproducible when xaml fiels are included in the project. This is NOT reproducible when you reference xaml files from the style dll (for example Telerik.Windows.Themes.Office_Black).

The fix will be available in our official release Q2 2015 SP.
Completed
Last Updated: 29 May 2014 15:18 by ADMIN
ADMIN
Created by: Evgenia
Comments: 1
Category: ColorPicker
Type: Feature Request
0
You can't customize ButtonPart ot TogglePart of SplitButton in ColorPicker as SplitButtonStyle doesn't get applied with this property.
Completed
Last Updated: 08 Dec 2014 10:47 by ADMIN
If you bind the SelectedIndex or the SelectedItem properties to your ViewModel and change them from code, the UI will not be updated. This is both reproducible in ColorPicker, ColorSelector and ColorPaletteView. 

The issue is fixed in Q2 2014 Release.