Unplanned
Last Updated: 13 Feb 2026 15:44 by ADMIN
Created by: Paweł Korczak
Comments: 1
Category: SyntaxEditor
Type: Feature Request
0
Provide option to register taggers without using generic types in Progress Open Edge projects.
Unplanned
Last Updated: 13 Feb 2026 15:33 by ADMIN

In this specific scenario, we have a menu with 2 menu items: &File and &Open. The mnemonic sign is set to the F and O letters. In the form, we have a TextBox control which is currently focused. The next step is to press the Alt key while the TextBox is focused. Pressing some other letter, D for example, the letter will be typed in the TextBox. This letter does not exist as a mnemonic, and the RadMenu will ignore it. The RadMenu remains in active mnemonic state.

Expected behavior: Using none mnemonic letter should not be accepted by any other control until this state is closed in the RadMenu.


Unplanned
Last Updated: 12 Feb 2026 16:08 by Ian
Currently, the HyperlinkClicked event is raised only when clicking on a hyperlink pointing to an external URL. It will not be raised when a hyperlink is created for a bookmark in the document.

We could improve the existing logic by raising it indifferently.
Unplanned
Last Updated: 11 Feb 2026 17:43 by ADMIN

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.

Completed
Last Updated: 11 Feb 2026 14:18 by ADMIN
Release 2026.1.210 (2026 Q1)
Exporting RadDocument to docx format (using the DocxFormatProvider) produces an invalid file. The file is read properly by document viewers like RadRichTextBox or MS Word, but it fails to open with LibreOffice, ChatGPT, "Open XML SDK Productivity Tool for Microsoft Office" or another app that validates documents. 
Completed
Last Updated: 11 Feb 2026 14:18 by ADMIN
Release 2026.1.210 (2026 Q1)
In this particular case, we have 3 RadSpinEditor controls. Each control NullableValue property is bound to a custom property. We have subscribed to the NullableValueChanged on each control. Changing the value of one RadSpinEditor control will trigger the NullableValueChanged on each one.
Completed
Last Updated: 11 Feb 2026 14:18 by ADMIN
Release 2026.1.210 (2026 Q1)
In this case, we have 2 providers. The first one is regular OpenStreetMap and the second one with a different ImageURL address is rendered on top. The tile images downloaded from the second provider are transparent. However, this transparency is not respected from the control and the transparent areas are drawn with black color. 
Completed
Last Updated: 11 Feb 2026 14:17 by ADMIN
Release 2026.1.210 (2026 Q1)
When an image is loaded, the path to the file should be saved to a property and available in the ImageLoaded Event.
Completed
Last Updated: 11 Feb 2026 14:17 by ADMIN
Release 2026.1.210 (2026 Q1)
Created by: Nadya
Comments: 0
Category: StepProgressBar
Type: Feature Request
0
The StepClicked event should trigger when a RadStepProgressBarItem is clicked.
Unplanned
Last Updated: 11 Feb 2026 12:30 by ADMIN
Created by: Robert
Comments: 1
Category: AIPrompt
Type: Feature Request
1
Add a LocalizationProvider for the strings used in the control. 
Unplanned
Last Updated: 11 Feb 2026 09:20 by ADMIN
Created by: Eric Moreau
Comments: 1
Category: GridView
Type: Bug Report
1
GridHeaderCellElement.Sort() method is missing.
Unplanned
Last Updated: 09 Feb 2026 14:10 by ADMIN
In this case, we have a hierarchical gridview with multiple templates for the child rows. The PageViewMode is set to ExplorerBar. Holding the Ctrl key does not select multiple rows. This is possible using only the Shift key.
Unplanned
Last Updated: 05 Feb 2026 10:00 by ADMIN
In this particular scenario, we double-click a property grid item. Then we try to resize the description area at the bottom. When we resize the area and release the mouse left button, the area continue to resize while mouse is moved.
Unplanned
Last Updated: 02 Feb 2026 15:20 by ADMIN
Created by: Sami Aljafar
Comments: 4
Category: UI Framework
Type: Feature Request
8

			
Unplanned
Last Updated: 27 Jan 2026 21:34 by Joseph
Created by: Gemma
Comments: 4
Category: UI for WinForms
Type: Bug Report
2

I am working with the RadListView and noticed that its right and bottom border gets clipped at some (not all) width/heights and some scale factors (most notably 150% and 175%). This problem does not occur with the basic System.Windows.Forms.ListView.

Here is the code that I have wrote to replicate this problem with both the WinForms list view and the RadListView. 

      private void InitializeComponent()
      {
              this.listView1 = new System.Windows.Forms.ListView();
              this.radListView1 = new Telerik.WinControls.UI.RadListView();
              ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
              this.SuspendLayout();

              this.listView1.HideSelection = false;
              this.listView1.Location = new System.Drawing.Point(155, 10);
              this.listView1.Name = "listView1";
              this.listView1.Size = new System.Drawing.Size(135, 175);

              this.radListView1.Location = new System.Drawing.Point(5, 10);
              this.radListView1.Name = "radListView1";
              this.radListView1.Size = new System.Drawing.Size(135, 175);
              this.radListView1.UseCompatibleTextRendering = true;

              this.Controls.Add(this.radListView1);
this.Controls.Add(this.listView1);

              this.Name = "RadForm1";
              this.Text = "RadForm1";
              ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
              this.ResumeLayout(false);
      }

Here is a screenshot of the dialog when the scale factor is at 100% (left is the RadListView component):

and here is a screenshot of when my display is scaled at 150% (left is the RadListView component):


To replicate: run the project attached, both at 100% scaling and 150% scaling. 

Thanks!

Unplanned
Last Updated: 27 Jan 2026 13:10 by ADMIN
Created by: Matthias
Comments: 6
Category: Spreadsheet
Type: Bug Report
9

Currently, it takes around 5 seconds to load the RadSpreadsheetRibbonBar.

Please run the project and compare the load time when clicking the two buttons in the main form.

Unplanned
Last Updated: 22 Jan 2026 08:51 by ADMIN
Unplanned
Last Updated: 21 Jan 2026 12:06 by ADMIN
Created by: Chris
Comments: 1
Category: Map
Type: Feature Request
0
Expose a way to expand the cluster without zooming.
Completed
Last Updated: 21 Jan 2026 10:00 by ADMIN
Release 2025.4.1321
Created by: Ashraf
Comments: 1
Category: MaskedEditBox
Type: Bug Report
0
 
Completed
Last Updated: 21 Jan 2026 10:00 by ADMIN
Release 2025.4.1321
NullReferenceException is called during EndUpdate() under heavy Garbage Collector activity
1 2 3 4 5 6