Unplanned
Last Updated: 16 Jul 2025 13:23 by ADMIN
In this scenario, the RadDateTimePicker control is set in the following way:

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); }

When we focus the text editor daytime part(last part) we can't change it from PM to AM by clicking the A key. However, the opposite way is working. When we have AM and clicking the P key will change it to PM.
Unplanned
Last Updated: 16 Jul 2025 11:31 by ADMIN

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:

Unplanned
Last Updated: 16 Jul 2025 08:27 by ADMIN
The Vertical Scroll Bar's range is not properly updating every time after collapsing a node programmatically. In our case, we have several levels of node element hierarchy. Calling the Collapse() method of the first-level node will not correctly calculate the vertical scrollbar range.
Unplanned
Last Updated: 15 Jul 2025 14:34 by Matthew
Unplanned
Last Updated: 15 Jul 2025 10:24 by ADMIN
Created by: Eddie
Comments: 1
Category: RichTextEditor
Type: Bug Report
0
The document appears empty.
Completed
Last Updated: 14 Jul 2025 08:17 by ADMIN
Release 2025.2.612

Error is received when click on button. Reproduced randomly on different machines.

Unplanned
Last Updated: 07 Jul 2025 06:10 by ADMIN
- Open the attached document.
- Application hangs.

Unplanned
Last Updated: 04 Jul 2025 06:38 by ADMIN

Expose a way to disable the Spell Checking Complete dialog:

Unplanned
Last Updated: 03 Jul 2025 15:06 by Emanuele
When the user clicks an already selected row while pressing the Ctrl key, the row should be removed from the current selection.
Unplanned
Last Updated: 03 Jul 2025 13:08 by ADMIN

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.

Unplanned
Last Updated: 02 Jul 2025 11:50 by ADMIN
In themes ‘TelerikMetro’ & ‘TelerikMetroBlue’ when you group columns in GridView there are arrows to expand the groups, they are obviously larger than they should be
Unplanned
Last Updated: 01 Jul 2025 13:54 by ADMIN

Excel-like pop-up location is not scaled properly on High DPI.

Unplanned
Last Updated: 27 Jun 2025 10:56 by ADMIN
Respect selected cells while pasting multiple values in a table.
Unplanned
Last Updated: 27 Jun 2025 09:03 by ADMIN
Created by: Austin
Comments: 1
Category: TreeView
Type: Feature Request
1
Implement UI Automation support
Unplanned
Last Updated: 27 Jun 2025 01:51 by Suresh
Created by: Suresh
Comments: 2
Category: UI for WinForms
Type: Bug Report
0
In this particular case, the main monitor on which the Form is shown is 225. While the application is running, the DPI is changed to 100%. The controls size is scaled correctly, however, the Font inside the controls is not.
Under Review
Last Updated: 24 Jun 2025 13:29 by ADMIN
Created by: Pascal
Comments: 3
Category: UI for WinForms
Type: Bug Report
0

In the Visual Theme Builder (fresh installed Telerik UI for WinForms) you'll get an error because the directory "VbsRecoveryData" seems to be missing. Creating the directory before "package.Compress(path)" fixes this for me.


In Development
Last Updated: 24 Jun 2025 11:02 by ADMIN
Scheduled for 2025 Q3 (13.08.2025)

When Telerik UI for WinForms / WPF extensions are installed, Visual Studio is unresponsive for a couple of minutes after a solution is loaded. During that time, "Updating source control status…" is shown.

Workarounds:

  • Disable Telerik UI for WinForms / WPF extensions.
  • Checkout the solution file.
Unplanned
Last Updated: 24 Jun 2025 07:32 by ADMIN
Created by: Marco
Comments: 1
Category: PdfViewer
Type: Bug Report
1
PdfViewer shows document in a wrong manner.
Unplanned
Last Updated: 20 Jun 2025 11:48 by ADMIN
1 2 3 4 5 6