Unplanned
Last Updated: 12 Jun 2025 09:57 by ADMIN
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.
Unplanned
Last Updated: 10 Jun 2025 12:08 by ADMIN
Created by: Nadya
Comments: 0
Category: UI for WinForms
Type: Feature Request
0

Provide an AI assistant for code generation with the Telerik UI for WinForms controls. 

Such as Telerik Blazor AI Coding Assistant

Unplanned
Last Updated: 09 Jun 2025 06:15 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. 
Unplanned
Last Updated: 03 Jun 2025 09:06 by ADMIN

 Upgrade Project Wizard should use 2025.2.520.48 version in .NET Framework 4.8 project.

Unplanned
Last Updated: 28 May 2025 10:43 by ADMIN
ADMIN
Created by: Georgi I. Georgiev
Comments: 2
Category: RibbonBar
Type: Feature Request
11
Add support for the RadRibbonBars to have their items merged while in MDI mode.
Unplanned
Last Updated: 27 May 2025 12:05 by ADMIN

Steps to Reproduce:

  1. Create a new WinForms application targeting .NET 9.

  2. Add a RadStatusStrip to the main form.

  3. Run the application.

  4. Snap the form to the left or right edge of the screen (using Windows Snap).

  5. Minimize the form.

  6. 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
     
Unplanned
Last Updated: 26 May 2025 07:44 by ADMIN
 After apply some filters, the treeview will not update automatically to tick or untick values that were included/excluded by the filter.
Unplanned
Last Updated: 23 May 2025 09:12 by Pascal

When enabling AutoSize on all RadTextBoxControl elements on a Form and the Form has its AutoSize porperty set to True, then the size of the TextBoxElement inside the TextBox autosizes wrong. See the pictures. This happens at runtime and under specific conditions also at design time.

If you change Form.AutoSize to False OR at least ONE RadTextBoxControl to AutoSize = False then everything works as normal. But if ALL RadTextBoxControl has AutoSize to True and The Form.AutoSize is True, then this happens.

Office 2019:

Windows 11 Compact:

Unplanned
Last Updated: 23 May 2025 07:50 by ADMIN
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. 
Unplanned
Last Updated: 21 May 2025 10:51 by ADMIN
Created by: Ketan
Comments: 1
Category: Map
Type: Feature Request
1
Create build-in Google Map provider.
Unplanned
Last Updated: 19 May 2025 09:01 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 2
Category: GridView
Type: Feature Request
9
The scenario which should be covered is selecting some data from Excel and pasting in the new row of RadGridView. This is an easy way for inserting data in the grid.
Unplanned
Last Updated: 16 May 2025 14:09 by ADMIN

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:

Unplanned
Last Updated: 16 May 2025 08:47 by ADMIN

When only the Null Text is visible, it is slightly offset to the bottom. This is not observed with the normal text. This will lead to clipping of some characters:

Unplanned
Last Updated: 13 May 2025 11:53 by ADMIN

The search functionality is inconsistent in Unbound Mode. Typing a word highlights all rows that contain that word or string, as expected. However, if the cursor is moved and additional characters are typed at the beginning of the search box, no results are returned, even if matching rows exist that contain the updated string combination.

The same behavior is not observed in bound mode.

Unplanned
Last Updated: 12 May 2025 12:32 by ADMIN
Add a property that can control whether a table row is allowed to break across pages or not.
Unplanned
Last Updated: 09 May 2025 11:33 by ADMIN

Open the "First Look" demo app for rich text editor. Delete all the text. Insert a table with 5 columns and 2 rows. Select first 2 columns (4 cells in total). Merge these cells. The merged cell should have the width of 2 normal columns. Save this document as RTF. Open the document. The width of all columns is wrong. The merged cell now is wide as one normal column.

It seems that two issues are combined into one problem. First, two merged columns are converted into one column. If I try to split the merged cell before the save I get my two columns back, but after the save there are only two rows after the split, but only one column. Second, the "AutoFit to Window" option is messing with the column widths. If I set the table to "Fixed Column Width" then the table remains unchanged after reload. But this option doesn't work if the merged cell is selected. Must unselect it first, or change the option before the merge. But this minor annoyance is not the part of this bug report.

Unplanned
Last Updated: 05 May 2025 12:24 by ADMIN

Overview

This repository documents a bug found in the Telerik PDF Viewer control for Windows Forms. The issue specifically affects the rendering of SVG graphics embedded in PDF files, where the stroke-width attribute is ignored by the viewer.

Affected Component

  • Product: Telerik UI for WinForms
  • Control: `RadPdfViewer'
  • Version: 2025.01
  • Platform: Windows Forms (.NET Framework)

Description of the Issue

When a PDF file contains an embedded SVG graphic that utilizes the stroke-width CSS property (or SVG attribute), the stroke width is not rendered correctly in Telerik's PDF preview control. Regardless of:

  • Unit used (e.g., px, pt, em, %, etc.)
  • Value assigned (e.g., stroke-width: 5stroke-width: 30, etc.)

…the resulting line always appears thin, as if the stroke width were ignored entirely. This makes the SVG appear incorrectly and inconsistent with its rendering in other PDF viewers (e.g., Adobe Acrobat, Chrome's built-in viewer).

Steps to Reproduce

  1. Run the application from provided MCVE
  2. Observe the SVG lines in PDF preview: all strokes appear thin, regardless of defined stroke width.

Expected Behavior

The Telerik PDF viewer should correctly honor and render the stroke-width property defined within SVG elements embedded in the PDF file.

Actual Behavior

All strokes in SVGs appear very thin, with no visual difference despite varying stroke widths in the source SVG.

Sample Files

  • ✅ _PdfExample.pdf: A PDF with SVG lines that render correctly in Microsoft Edge.
  • ✅ _PdfExample.pdf: Screenshot of how the PDF file looks in Microsoft Edge.
  • ❌ _ScreenshotFromTelerik.png: Screenshot of how the same file looks in the Telerik PDF Viewer (note the thin lines).
  • 🔍 _LargeStroke.svg_SmallStroke.svg: The original SVGs used in the PDF file.

Environment

ComponentVersion
Telerik UI2025.1.211.48
.NET Framework.NET Framework 4.8
OSWindows 11

Suggested Fix

Ensure that the rendering engine used by RadPdfViewer fully supports the SVG stroke-width attribute when parsing and rendering embedded SVG content.

Unplanned
Last Updated: 29 Apr 2025 08:39 by ADMIN
This behavior is related to how the control is measured while using the MS Form. In the given scenario, the control has many columns, and some of them are pinned. Moving to the last column and typing in the filter cell will filter the rows in the column. However, when filtering, if the row number is less than the viewport, the vertical scrollbar will disappear as it is not needed anymore, and the filter editor will be placed in the wrong column. This will mess with the filter cell editor. 
Unplanned
Last Updated: 28 Apr 2025 11:48 by ADMIN
Created by: Brandon
Comments: 1
Category: CommandBar
Type: Feature Request
5
Implement UIAutomation.
1 2 3 4 5 6