In Development
Last Updated: 11 Aug 2025 10:42 by ADMIN
Created by: Nadya
Comments: 0
Category: UI for WinForms
Type: Feature Request
2
 Currently, the EnableUIAutomation property can be set per control. It would be useful if there is an opportunity to enable/disable it globally. 
In Development
Last Updated: 05 Aug 2025 15:34 by ADMIN
Scheduled for 2025 Q3 (August)
In Development
Last Updated: 05 Aug 2025 12:42 by ADMIN
Scheduled for 2025 Q3 (August)
Memory increases when rearranging Dock windows at runtime. In this case, we have several DocumentWindows. If we change the dock position of each window at runtime, memory consumption rises. By default, the TabStripItem for each window is created on the fly due to the rearranging mechanism. However, these instances are kept alive, thus increasing memory usage.
In Development
Last Updated: 05 Aug 2025 08:35 by ADMIN
Scheduled for 2025 Q3 (August)
Scatter series vertical axis Minimum and Maximum properties are not set correctly.
In Development
Last Updated: 05 Aug 2025 07:50 by ADMIN
Scheduled for 2025 Q3 (August)
In this particular case, the shape/connection is hidden at runtime. When we click on the exact same spot where the items were drawn, the selection logic will detect them and select them. Hidden/Collapsed diagram items should not be selectable.
In Development
Last Updated: 04 Aug 2025 12:07 by ADMIN
Scheduled for 2025 Q3 (August)
Users want to save the workbook via the Save ribbon button, but they want a default filename in the save dialog (not "book1.xlsx"). 
In Development
Last Updated: 04 Aug 2025 10:09 by ADMIN
Scheduled for 2025 Q3 (August)
Created by: Francois
Comments: 5
Category: Map
Type: Feature Request
5
 
In Development
Last Updated: 01 Aug 2025 07:37 by ADMIN
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190124 
Please use the new item for commenting, voting and subscribing instead of this one.
In Development
Last Updated: 31 Jul 2025 13:25 by ADMIN
Scheduled for 2025 Q3 (August)
Please run the attached sample project and follow the illustrated steps in the gif file.
In Development
Last Updated: 31 Jul 2025 13:11 by ADMIN
Scheduled for 2025 Q3 (August)
Created by: Luca
Comments: 1
Category: UI for WinForms
Type: Feature Request
0
At this moment, DocumenWindow has only Image property.
In Development
Last Updated: 31 Jul 2025 11:08 by ADMIN
Scheduled for 2025 Q3 (August)

When changing the theme through ThemeResolutionService.ApplicationThemeName all the application gets changed. Except the ForeColor of the RadRichTextEditor does not get change. Hence the box displays black text on a dark background. Quite unreadable.

Assigning the theme directly in the designer makes everything renders ok.

Sample application attached.

Regrads,
Matthias

 

In Development
Last Updated: 30 Jul 2025 10:48 by ADMIN
Scheduled for 2025 Q3 (August)
Memory consumption increases when adding and removing the control.
In Development
Last Updated: 30 Jul 2025 10:47 by ADMIN
Scheduled for 2025 Q3 (August)

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.

In Development
Last Updated: 30 Jul 2025 10:25 by ADMIN
Scheduled for 2025 Q3 (August)
Clicking the filter icon will reopen the filter popup. In the following scenario, the filter pop-up is open. If we click the filter icon while the filter popup is open, it will close it and reopen it. This leaves the end user with flashing behavior. The filter icon should close the filter popup if it is open.
In Development
Last Updated: 29 Jul 2025 14:31 by ADMIN
Scheduled for 2025 Q3 (August)

Using specifically Win11 Compact DARK theme has additional space compared to the Win11 Compact LIGHT theme. See the pictures.

  • On Light theme there are 4 pixels between the form border and the top border of a tab.
  • On Dark theme there are 12 pixels between the form border and the top border of a tab.

In my opinion the dark theme has a wrong height here and the light theme is correct, especially compared to other themes, even Office 2019 for example.

Light theme:

Dark theme:

In Development
Last Updated: 29 Jul 2025 07:02 by ADMIN
Scheduled for 2025 Q3 (August)
This happens when popup is opened for the first time. When I close the popup and reopen it again, the popup is now correctly trimmed to fit the 12 items. 
In Development
Last Updated: 18 Jul 2025 10:59 by ADMIN
Scheduled for 2025 Q3 (August)
Created by: Nadya
Comments: 0
Category: GridView
Type: Feature Request
3
 Add support for UI Automation in RadGridView control.
In Development
Last Updated: 07 Feb 2025 12:56 by ADMIN
Use attached to reproduce.

Workaround:

- Use RadForm it explicitly handles the controls scaling. 
- Make sure that the following of the user controls are set like this:

this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;