Expose a way to disable the Spell Checking Complete dialog:
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.
Excel-like pop-up location is not scaled properly on High DPI.
On the second opening, it corrects:
Implement Text to Columns functionality similar to the one in Excel:
Provide an AI assistant for code generation with the Telerik UI for WinForms controls.
Upgrade Project Wizard should use 2025.2.520.48 version in .NET Framework 4.8 project.
Add support for the RadRibbonBars to have their items merged while in MDI mode.
Steps to Reproduce:
Create a new WinForms application targeting .NET 9.
Add a RadStatusStrip
to the main form.
Run the application.
Snap the form to the left or right edge of the screen (using Windows Snap).
Minimize the form.
Restore the form.
Expected Behavior:
The form should maintain its original size and remain fully visible on screen after being restored.
Actual Behavior:
Every time the form is minimized and restored, it increases in height. After a few cycles, the bottom part of the form — including the RadStatusStrip
— becomes hidden behind the Windows taskbar (Start menu).
Additional Info:
The issue only occurs when a RadStatusStrip
is added to the form.
The issue does not occur when using a standard StatusStrip
from WinForms.
The problem occurs consistently and can be reproduced easily.
Tested both in debug mode and with a compiled executable.
Attachments:
Screenshots (before and after restore).
Sample reproduction project (if needed).
This is only repeated in windows 10