In Development
Last Updated: 04 Mar 2026 14:17 by ADMIN
Scheduled for 2026 Q2 (May)
Created by: Nadya
Comments: 0
Category: UI for WinForms
Type: Feature Request
1
 
In Development
Last Updated: 27 Feb 2026 13:05 by ADMIN
Scheduled for 2026 Q2 (May)
Created by: Eric Moreau
Comments: 1
Category: GridView
Type: Bug Report
1
GridHeaderCellElement.Sort() method is missing.
In Development
Last Updated: 27 Feb 2026 10:11 by ADMIN
Scheduled for 2026 Q2 (May)

On the first click, the ContextMenu (or commandbar menu) will be shown with scrollbars. If I dismiss and immediately click again, the scrollbars are now gone. Although it is not consistent, for some menu items, the scrollbars are always shown.

In Development
Last Updated: 26 Feb 2026 12:11 by ADMIN
Scheduled for 2026 Q2 (May)
In Development
Last Updated: 18 Feb 2026 13:34 by ADMIN
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;