According to the documentation, I can specify a collection to provide my own palette of colours for the colorpicker. Can I do that using xaml? And if so, how?
Thanks,
1 Answer, 1 is accepted
0
Petar Mladenov
Telerik team
answered on 10 Dec 2012, 09:01 AM
Hi Sheldon,
Once you succeed defining a generic List<Color> in XAML, you will be able to pass it to the MainPaletteItemsSource, HeaderPaletteItemsSource, StandartPaletteItemsSource properties.
However, this seems to be a hacky work according to some forums.
Do you really need to define generic collections in XAML ?