Radzen Color Picker -> Ability to define Colors for "Show Colors" #779

Closed
opened 2026-01-29 17:43:14 +00:00 by claunia · 1 comment
Owner

Originally created by @bennimoser on GitHub (Mar 22, 2023).

Is your feature request related to a problem? Please describe.
I would like to give the User the ability to chose from predefined colors. The given colors are not bad, but i would like to shrink it down to a few.

Describe the solution you'd like
Bindable Property for Radzen Color Picker with either a List of string (Hex Strings of Colors) or a List of RadzenColorPickerItems.

Describe alternatives you've considered
Writing my own or use another Library for a Color Picker

Originally created by @bennimoser on GitHub (Mar 22, 2023). **Is your feature request related to a problem? Please describe.** I would like to give the User the ability to chose from predefined colors. The given colors are not bad, but i would like to shrink it down to a few. **Describe the solution you'd like** Bindable Property for Radzen Color Picker with either a List of string (Hex Strings of Colors) or a List of RadzenColorPickerItems. **Describe alternatives you've considered** Writing my own or use another Library for a Color Picker
Author
Owner

@akorchev commented on GitHub (Mar 27, 2023):

This is already supported:

    <RadzenColorPicker>
       <RadzenColorPickerItem Value="red" />
       <RadzenColorPickerItem Value="blue" />
    </RadzenColorPicker>
@akorchev commented on GitHub (Mar 27, 2023): This is already supported: ``` <RadzenColorPicker> <RadzenColorPickerItem Value="red" /> <RadzenColorPickerItem Value="blue" /> </RadzenColorPicker> ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#779