Provide an AI assistant for code generation with the Telerik UI for WinForms controls.
public Form1()
{
InitializeComponent();
this.radDateTimePicker1.MaskProviderCreated += RadDateTimePicker1_MaskProviderCreated;
this.radDateTimePicker1.DateTimePickerElement.ShowCurrentTime = false;
this.radDateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.radDateTimePicker1.Culture = new System.Globalization.CultureInfo("en-US");
this.radDateTimePicker1.CustomFormat = "hh:mm:ss tt";
this.radDateTimePicker1.Value = new System.DateTime(2025, 6, 12, 12, 4, 34, 562);
}
As the Subject states, we are running into issues where the combo is not fully displaying the first time it is opened. Run the form on high DPI, open the popup, and scroll to the botom:
Expose a way to disable the Spell Checking Complete dialog:
The Anchor and Dock property is not relevant to the RadPopupContainer and should not be taken into account while calculating the size of the popup drop-down.
Workaround:
Avoid setting the Anchor and Dock properties of the RadPopupContainer.
Excel-like pop-up location is not scaled properly on High DPI.
On the second opening, it corrects: