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: 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 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: 02 Feb 2026 15:20 by ADMIN
Created by: Sami Aljafar
Comments: 4
Category: UI Framework
Type: Feature Request
8

			
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.
Unplanned
Last Updated: 16 Dec 2025 09:37 by ADMIN
By default, in the hierarchy RadGridView, filtering the control will show the child row that matches the filtering criteria, along with its parent. The parent row itself could not match the filtering descriptor, which could lead to confusion. We could extend the current functionality of the control and expose a way to hide the parent in this case.
Unplanned
Last Updated: 18 Nov 2025 09:10 by ADMIN
Created by: Remco
Comments: 1
Category: Scheduler/Reminder
Type: Feature Request
0
The control uses DateTime.Now. The RadScheduler control can be enhanced by adding support for the TimeProvider class in its date-time calculations.
Unplanned
Last Updated: 20 Oct 2025 07:44 by ADMIN
Created by: Fabian
Comments: 1
Category: Chat
Type: Feature Request
0
Expose HyperlingClicked event.
Unplanned
Last Updated: 13 Oct 2025 12:23 by ADMIN
Created by: Nadya
Comments: 0
Category: TaskBoard
Type: Feature Request
0

Provide an option to edit the cards. 

Currently, we have a custom solution for card editing through a dialog: Task Card Edit Dialog - Telerik UI for WinForms

Unplanned
Last Updated: 19 Sep 2025 10:08 by ADMIN
Created by: Nathan
Comments: 1
Category: Dock
Type: Feature Request
2
Add UI Automation support.
Unplanned
Last Updated: 18 Sep 2025 11:59 by ADMIN
Created by: Rafał
Comments: 1
Category: GanttView
Type: Feature Request
0

Currently, there is LinkChanged event.

It would be useful if there is also LinkChanged event that allows to be canceled upon some condition.

Unplanned
Last Updated: 15 Sep 2025 13:48 by ADMIN
Created by: Steinar
Comments: 1
Category: PdfViewer
Type: Feature Request
1
 
Unplanned
Last Updated: 13 Aug 2025 11:20 by ADMIN
Created by: Martin
Comments: 1
Category: TextBox
Type: Feature Request
1

When I create 100 TextBox's, it take about 5 ms. So that is 0,05 ms. per TextBox.

When I create 100 RadTextBox's, it takes about 1335 ms. So that is 13,35 ms. per RadTextBox.

That is a factor 267 difference!

I know a RadTextBox is much more complex that a TextBox, it creates many sub controls / instances / objects / etc, but still. I must create 60 miljoen array's of 100 bytes to get the same delay / performance, so object creation cannot be it.

Now I have to requests:

  1. Make the RadTextBox faster (and while you are on it, maybe take a look at the other controls). Maybe with some lazy loading, reusing of objects, etc.
       ...or...
  2. Make the controls resettable. For example: Give them a IResettableControl interface (with method void Reset()). Resetting the control brings it back to it initials state (all properties to their default state, all users event handlers removed from the events, etc.

When option 2 is implemented, the control can be place in a pool an be reused. 

Background info: I create a lot of controls in a "factory" based on an enum ControlType (with elements like TextBox, CheckBox, etc.) This factory could facilitate pooling.

Unplanned
Last Updated: 05 Aug 2025 13:29 by ADMIN
 Currently, the auto complete function works by searching only in the RadCheckedListDataItem.Text and does not consider the DescriptionText.
Unplanned
Last Updated: 01 Aug 2025 14:04 by ADMIN
Created by: Tony
Comments: 1
Category: Scheduler/Reminder
Type: Feature Request
1
Expose a way to define working hours per resource.
Unplanned
Last Updated: 30 Jul 2025 08:07 by ADMIN
When updating, adding, or removing a row in Load-On-Demand Hierarchy, we will need to force the control to refresh. This will trigger the control to render all cells again.
Unplanned
Last Updated: 28 Jul 2025 13:22 by ADMIN
In the following scenario, we clicked on the GridViewSelectColumn header checkbox, which selects all the rows in the RadGridView. This will trigger the SelectionChanging event of the control. Canceling the event will cancel the whole operation. There is no API to remove specific rows from being selected in this operation.
Unplanned
Last Updated: 15 Jul 2025 14:34 by Matthew
Unplanned
Last Updated: 04 Jul 2025 06:38 by ADMIN

Expose a way to disable the Spell Checking Complete dialog:

Unplanned
Last Updated: 03 Jul 2025 15:06 by Emanuele
When the user clicks an already selected row while pressing the Ctrl key, the row should be removed from the current selection.
1 2 3 4 5 6