Unplanned
Last Updated: 18 Apr 2025 12:28 by ADMIN
The problem is, that the "Activated" sub of another form was fired after the overlay was closed.
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.
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.
Unplanned
Last Updated: 11 Mar 2025 13:09 by ADMIN
Slow performance of the control runtime, which also slows down VS debugger
Unplanned
Last Updated: 04 Mar 2025 12:05 by ADMIN
In this case, we have numeric values shown as a string in a GridViewTextBoxColumn. If we use the RadFilterView settings, we can filter by one item only. If we choose to filter by more than one, it will lead to an empty grid.
Unplanned
Last Updated: 04 Mar 2025 11:54 by Dickson
Unplanned
Last Updated: 04 Mar 2025 10:48 by ADMIN
Created by: Nadya
Comments: 0
Category: SyntaxEditor
Type: Feature Request
1
Currently, printing support is not available in the control.
Unplanned
Last Updated: 03 Mar 2025 17:19 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 3
Category: UI for WinForms
Type: Bug Report
2
To reproduce: please refer to the attached sample project and gif file.

Workaround: use screentips: https://docs.telerik.com/devtools/winforms/telerik-presentation-framework/tooltips-and-screentips/screen-tips
Unplanned
Last Updated: 03 Mar 2025 10:37 by ADMIN
I have moved the mouse away, the pointer is not over an element of the NavigationView, but the SubPages remain visible. I would like it to be collapsed, and expand again when I move the mouse over the Page (the orange area).
Unplanned
Last Updated: 28 Feb 2025 14:52 by ADMIN

Steps to recreate:

  • click on the button on the top row
  • press the down key on the keyboard
  • Press Space key to select new button, the button on the top row is clicked
Unplanned
Last Updated: 28 Feb 2025 13:17 by ADMIN
In this particular case, we have a LayoutControlGroupItem inside a LayoutControlGroupItem. In the inner LayoutControlGroupItem, we place some controls. When collapsing the parent group and expanding it afterward, the control is not visible. We will need to collapse and expand the inner group to see that control.
1 2 3 4 5 6