Declined
Last Updated: 15 Sep 2023 10:54 by ADMIN
Mark
Created on: 05 Jul 2023 13:25
Category: UI for WinForms
Type: Feature Request
0
Feature Request: Embedded ColorPicker
Have the ability to embed the colour picker in our own forms, with onChange event
3 comments
ADMIN
Dinko | Tech Support Engineer
Posted on: 07 Jul 2023 12:21

Hi Mark,

If I have correctly understood your case, you want to use the content of the RadColorDialog. Its content is represented by a RadColorSelector (UserControl). You can use it standalone if required. For example:

public Form1()
{
    InitializeComponent();
    RadColorSelector radColorSelector = new RadColorSelector();
    this.Controls.Add(radColorSelector);
}

Here is the result:

Can you confirm if that is what you are looking for or I am on the wrong path?

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Mark
Posted on: 05 Jul 2023 18:56
More Info.

In our case we would like the colour picker functionality on a configuration page that does not require an additional dialog box so users can choose a colour, we will provide live previews of how the colour is used without opening and closing a dialog whilst colour selections are made.

At the moment there is the ColorBox that fits in well with within a form scenario where other Rad based form controls sit, or the dialog to fit within our own application, however we would like the contents of the dialog as its own control, not within a dialog. 
ADMIN
Dinko | Tech Support Engineer
Posted on: 05 Jul 2023 14:00

Hi Mark,

Upon reading your reply, I am not sure what you are trying to achieve here. May I ask you to share some more details, regarding your case? You can specify how you want to embed our RadColorPicker control in your Form and at what moment. 

I am looking forward to your reply.

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.