In Development
Last Updated: 30 Oct 2025 13:41 by ADMIN
Scheduled for 2025 Q4 (November)
Slow performance of the control runtime, which also slows down VS debugger
In Development
Last Updated: 30 Oct 2025 12:25 by ADMIN
Scheduled for 2025 Q4 (November)

Hi,

 

When using a RadDropDownList component and the RadVirtualKeyboard component I have a problem. The AutoCompleteMode.Suggest works fine the first time I click on RadVirtualKeyboard but for the other clics the suggested items don't appears on the screen.

 

Regards

   Gilles

In Development
Last Updated: 30 Oct 2025 11:48 by ADMIN
Scheduled for 2025 Q4 (November)
Created by: Damien
Comments: 1
Category: VirtualKeyboard
Type: Bug Report
1
On touch devices, when pressing a key, it remains stuck and repeats. This is observed in Windows 11.
In Development
Last Updated: 22 Oct 2025 14:46 by ADMIN
Scheduled for 2025 Q4 (November)

This is observed when moving the Form to monitors with different DPI settings:

 

In Development
Last Updated: 22 Oct 2025 13:58 by ADMIN
Scheduled for 2025 Q4 (November)

Hi,

I have an issue/query if you wouldn't mind help me out with please.

When using multiple monitors, if the main monitor is on scale and layout 100% and the 2nd monitor is 150%. When showing the context menu it blows the menu up even when shown on the main screen (see attached images).

Is there any way to disable Scale and Layout affecting the scale of the context menu or for the context menu to determine which screen it's being displayed on and use the Scale and Layout for that monitor?

Thanks.

In Development
Last Updated: 22 Oct 2025 11:31 by ADMIN
Scheduled for 2025 Q4 (November)

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

In Development
Last Updated: 17 Oct 2025 15:03 by ADMIN
Scheduled for 2025 Q4 (November)

Currently, colors with an alpha channel defined with the 'rgba' function are not respected, for example, the following:

<span style="background-color: rgba(0, 0, 0, 0.5);">Some text</span>

It is imported as black color; semi-transparent colors are exported without the alpha channel.

In Development
Last Updated: 17 Oct 2025 12:20 by ADMIN
Scheduled for 2025 Q4 (November)
Currently searching is only possible through PdfViewerNavigator.
In Development
Last Updated: 17 Oct 2025 07:47 by ADMIN
Scheduled for 2025 Q4 (November)

When the RadSpreadsheet is docked and the TelerikMetroTouch theme is applied, the Vertical ScrollBar is not fully visible.

In Development
Last Updated: 17 Oct 2025 07:46 by ADMIN
Scheduled for 2025 Q4 (November)
In Development
Last Updated: 17 Oct 2025 07:28 by ADMIN
Scheduled for 2025 Q4 (November)
In this scenario, the drag-drop a RadButton into the form designer. Then we set the Windows 11 Dark theme to be the default theme of the application. If we don't change the size of the button and run the application, the button is not visible. 
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: 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;