Unplanned
Last Updated: 07 Jul 2023 11:15 by ADMIN
Created by: Developer at
Comments: 4
Category: ColorDialog
Type: Bug Report
1

Hi Guys,

 

ColorDialog on higher dpi has some small problems.

1. Size of dialog is larger so there is large gap in right and bottom part.

2. Selected radio button black circle is not in center of larger circle.

 

Best regards

Rene

Unplanned
Last Updated: 12 Jun 2023 12:30 by ADMIN

When TelerikMetroTouch theme is applied, the elements inside the control are cut off.

Completed
Last Updated: 23 Sep 2022 13:07 by ADMIN
Release R3 2022

Please run the sample project on a monitor with 150% DPI scaling and open the color editor. You will notice that the circle is not synced with the color picker.

Expected: 

Actual:

 

Completed
Last Updated: 27 Oct 2021 14:44 by ADMIN
Release R3 2021 SP1
Created by: Suresh
Comments: 0
Category: ColorDialog
Type: Bug Report
0

To reproduce:

RadColorDialog dlg = new RadColorDialog();
dlg.ColorDialogForm.OldColor = Color.Green;
dlg.SelectedColor = Color.Red;
dlg.ShowDialog();

You will see that the OldColor (Color.Green) is not displayed in the radColorDialog.

 

 

Completed
Last Updated: 03 Oct 2019 11:41 by ADMIN
Release R3 2019 SP1 (LIB 2019.3.1007)

Hello,

The CustomColorsConfigLocationNeeded event fires on dialog close but does not seem to fire on dialog open or load. So I can save a custom location for the custom colors when the dialog is closed but can't reference that location when the dialog is subsequently opened again. What am I missing?

Best regards,

Robert