Completed
Last Updated: 09 Apr 2025 12:12 by ADMIN
Release 2025.1.310 (Preview)

For example, if you choose to print second page like this: 


It prints only the first page of the document, instead of the second page.

Unplanned
Last Updated: 08 Apr 2025 08:40 by ADMIN

In the following scenario, we have enabled the pager functionality of the control. If we move to a different page and then set the DataSource to Null, the page index will not be reset. 

Unplanned
Last Updated: 04 Apr 2025 11:57 by ADMIN
Created by: Pascal
Comments: 1
Category: UI for WinForms
Type: Bug Report
1

Hello team!

I've found a misbehavior on RadForm when setting the size.

When you set the Size of the Form before it actually has shown then it will do some re-calculation, change the form size several times, and ending up in a too big size. The behavior is different to a original Form and that's why I'd treat this as bug.

The first screenshot shows a RadForm that set itself to ClientSize = 500; 500 on the constructor, like usual. It ends up in a size slightly bigger then defined.


This second screenshot shows a RadForm that set itself to ClientSize on "Shown". It ends up in having the correct size.

Whenever you set a breakpoint to the method "Form1_Resize" you can capture that the first time the Size of the RadForm get changed is our "ClientSize = new Size(500, 500)". Then the Size get changed two times by RadForm itself to something slightly smaller. Lastly the Size get changed by RadForm another time, but this time slightly bigger

This behaviors can lead to inconsistent UI size, e. .g small spaces when using AutoSize = true in certain cases. But yet didn't figured completely out when exactly it happens, just that it comes from this slightly increased Size of RadForm.

Can you please take a look to it and, if it is one, report it as bug?

Thank you very much!

Regards,
Pascal

Unplanned
Last Updated: 03 Apr 2025 10:21 by ADMIN
The control allows you to scroll the view while dragging and appointment. In a case when the appointment is at the bottom of the view and we try to move it above, the view will scroll to see the top cells. When the mouse is above the column header cells, the scroll stops. This could be improved.
Declined
Last Updated: 03 Apr 2025 09:09 by ADMIN
Created by: Martin
Comments: 2
Category: UI for WinForms
Type: Feature Request
0

RadMessageBox(form) is a telerik replacement for the System.Windows.Forms.MessageBox.

MessageBox has a parameter MessageBoxOptions.DefaultDesktopOnly which makes it (surprisingly) topmost. RadMessageBox does not have this option.

I have a scenario where the RadMessageBox is hidden by a total different application when shown. So I need to make it topmost.

Can you add some kind op RadMessageBoxOptions to make it topmost?

Unplanned
Last Updated: 03 Apr 2025 07:28 by ADMIN
Created by: Julian
Comments: 1
Category: GridView
Type: Bug Report
1

The EnableHotTracking property works only in the first level hierarchy. The lower levels still get highlighted.

Unplanned
Last Updated: 02 Apr 2025 11:24 by ADMIN
Created by: Nadya
Comments: 0
Category: StepProgressBar
Type: Feature Request
0
The StepClicked event should trigger when a RadStepProgressBarItem is clicked.
Unplanned
Last Updated: 28 Mar 2025 14:56 by ADMIN
//set SmallTickHeight
this.radTrackBar1.TrackBarElement.BodyElement.ScaleContainerElement.TopScaleElement.TickContainerElement.SmallTickHeight = 10;
Unplanned
Last Updated: 28 Mar 2025 11:22 by ADMIN
Created by: freeyang
Comments: 1
Category: PropertyGrid
Type: Bug Report
0

When the RadPropertyGrid is in group scenario and we expand more property items, the scroll value is incorrect. 

 

Unplanned
Last Updated: 28 Mar 2025 08:49 by ADMIN
Created by: Nadya
Comments: 0
Category: Menu
Type: Feature Request
1
 
Unplanned
Last Updated: 27 Mar 2025 14:05 by ADMIN
Created by: CHEE HANG LIM
Comments: 1
Category: Buttons
Type: Feature Request
0

We can create a FloatingActionButton similar to the one in Telerik UI for ASP.NET Core.

Unplanned
Last Updated: 18 Mar 2025 13:33 by ADMIN

AllDay event is rendered on two days when using different TimeZone for SystemTimeZone with DefaultTimeZone

Unplanned
Last Updated: 18 Mar 2025 13:10 by ADMIN
Appointments Start/End date is wrong when using different TimeZone for SystemTimeZone with DefaultTimeZone. Appointments are placed in the wrong date or the start/end properties are wrong in the EditAppointmentDialog.
In Development
Last Updated: 17 Mar 2025 13:02 by ADMIN
ImageKey is cleared when moving a node from one treeview to another and disposing the first.
In Development
Last Updated: 17 Mar 2025 13:02 by ADMIN
Created by: John
Comments: 1
Category: UI for WinForms
Type: Bug Report
0

When trying to open the QuickStart solution from 

C:\Program Files (x86)\Progress\Telerik UI for WinForms 2025 Q1\Examples

installation folder, the following error appears:

In Development
Last Updated: 17 Mar 2025 13:01 by ADMIN

Visual Studio 2022 crashes when working with a solution containing two WinForms projects:

  • Project 1: WinForms (.NET 9) with Telerik
  • Project 2: WinForms (.NET 6) without Telerik

Steps to Reproduce:

  1. Create a new solution in Visual Studio 2022.
  2. Add two WinForms projects:
    • Project 1: WinForms (.NET 9) with Telerik
    • Project 2: WinForms (.NET 6) without Telerik
  3. Open the WinForms designer for a form in Project 1 (Telerik, .NET 9).
  4. Without closing the designer, open the WinForms designer for a form in Project 2 (.NET 6, no Telerik).
  5. Switch to the code view of the form in Project 2.
  6. Switch back to the WinForms designer in Project 2.

Expected Result:
Visual Studio should smoothly switch between code and designer views without issues.

Actual Result:
Visual Studio freezes and crashes after switching back to the WinForms designer in Project 2.

Environment:

  • Visual Studio 2022
  • Windows Version: (Windows 11 x64)
  • Telerik WinForms Version: (2025.1.211)

Additional Notes:

  • The issue seems to be related to handling different .NET versions and Telerik components in the same solution.
  • The crash occurs consistently when following the steps above.
  • No explicit error messages are shown before Visual Studio closes.

Declined
Last Updated: 14 Mar 2025 17:12 by Curtis

I've tested this with both Telerik.WinControls.UI.RadForm and Telerik.WinControls.UI.RadRibbonForm

Telerik.WinControls.UI.RadForm works fine!  Telerik.WinControls.UI.RadRibbonForm fails to bubble up Keys.Up, Keys.Down, Keys.Left and Keys.Right

 

Steps:

Create new WinForms project (I'm using .net 4.7.2)

Add Telerik extensions. 

Add a Form (Windows Form default .Name = "Form1"), RadForm (default .Name = "RadForm1") and RadRibbonForm

You can use any Theme or default.  Makes no difference.

 

Set all three form's .KeyPreview = True

Add this method to each form:

Private Sub form_KeyDown(sender As Object, e As KeyEventArgs) Handles Me.KeyDown
If e.KeyCode = Keys.Up Then
If My.Computer.Keyboard.ShiftKeyDown Then
MsgBox("Shift Up")
Else
MsgBox("Up!")
End If
End If
End Sub

Set your Startup Form = Form1 (The Windows Form) and click Start.

hit your UP-Arrow key.  You'll get the MsgBox "Up!"

Hold shift+UP-Arrow and you'll get "Shift Up"

The above is True for Winforms AND RadForm but RadRibbonForm does this:

 

Set your Startup Form = radribbonform and click Start

Hit your UP-Arrow and you'll get...nothing.  The event never gets raised.

Hold your shift+UP-Arrow and you'll get....nothing because the event does not fire when you hit any of the arrow keys.

 

 

 

 

 

Unplanned
Last Updated: 11 Mar 2025 13:09 by ADMIN
Slow performance of the control runtime, which also slows down VS debugger
Completed
Last Updated: 10 Mar 2025 14:42 by ADMIN
Release 2025.1.310 (Preview)
Created by: Theo
Comments: 1
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
1

In this scenario, the text on the connection between two shapes is drawn in the wrong location.

 

Completed
Last Updated: 10 Mar 2025 14:42 by ADMIN
Release 2025.1.310 (Preview)
Created by: Remco
Comments: 1
Category: UI for WinForms
Type: Bug Report
0

 

 

1 2 3 4 5 6