I am using theTelerik Color Picker with both ColorPickerGradientView & ColorPickerPaletteView. I would like to capture the event when the Color format changes from RGB to Hex and vice versa in the ColorPickerGradientView.
I am using the Telerik ColorPicker alongside a text box. When the color is selected from the ColorPicker, it appears in the Textbox. However, when I toggle the color format from Hex to RGB and select a color, I want the RGB value to be displayed in the Textbox.
I noticed that the ColorGradient component supports a FormatChanged event which gets triggered when the color format Toggle button is clicked, but this event does not seem to work with the Telerik ColorPicker using the ColorPickerGradientView.