Declined
Last Updated: 19 Nov 2025 09:58 by ADMIN
Created by: Ian
Comments: 1
Category: UI for WinForms
Type: Feature Request
0

(This request may be specific to VS solutions which produce only DLLs, and not to ones which create a .exe.)

At the moment, the default behaviour for everything else in my VS project is to not produce warnings unless something might be wrong, which I may need to action.

WinForms,as of the latest release (2025) is the only thing which produces warning messages where there is not problem, which is not very tidy. I only want to see things in the build output which need my attention, defintely not 'happy' messages, or warnings which are not needed.

Currently, for each project in my solution, I get a message like:

1>  [Telerik and Kendo UI Licensing]
1>        Valid Telerik UI for WinForms license found. Make sure the main application also references Telerik.Licensing when using a class library.

...but I have a valid licence, and everything is OK. No action is needed.

Your support suggested adding...

  <TelerikLicensingVerbosity>quiet</TelerikLicensingVerbosity>

...to each project in my solution, but that still produces the above build message.

A polite solution would be to turn-off ALL such warning messages, and let me switch them ON when needed. Preferably via a setting somewhere, not by editing the VS project file, which means unloading, editing the project file, and realoading each of many  projects.

(Visual Studio 2026, not currently an option in the drop-down below)

Unplanned
Last Updated: 18 Nov 2025 11:03 by ADMIN

I want to choose columns by checkboxes, something like this:

 

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: 14 Nov 2025 14:10 by ADMIN
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: 12 Nov 2025 11:46 by ADMIN
Release 2025.4.1111 (2025 Q4)
Currently searching is only possible through PdfViewerNavigator.
Completed
Last Updated: 12 Nov 2025 11:45 by ADMIN
Release 2025.4.1111 (2025 Q4)
Created by: Austin
Comments: 1
Category: TreeView
Type: Feature Request
2
Implement UI Automation support
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

Completed
Last Updated: 06 Oct 2025 13:37 by ADMIN
ADMIN
Created by: Stefan
Comments: 3
Category: RichTextEditor
Type: Feature Request
7
ADD. RadRichTextBox - add support for line numbering
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
 
Completed
Last Updated: 01 Sep 2025 10:27 by ADMIN
Release 2025.3.812 (2025 Q3)
Created by: Nadya
Comments: 2
Category: UI for WinForms
Type: Feature Request
2

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

Such as Telerik Blazor AI Coding Assistant

Completed
Last Updated: 25 Aug 2025 07:59 by ADMIN
Release 2025.3.812 (2025 Q3)
Users want to save the workbook via the Save ribbon button, but they want a default filename in the save dialog (not "book1.xlsx"). 
Completed
Last Updated: 25 Aug 2025 07:59 by ADMIN
Release 2025.3.812 (2025 Q3)
Created by: Luca
Comments: 1
Category: UI for WinForms
Type: Feature Request
0
At this moment, DocumenWindow has only Image property.
Completed
Last Updated: 25 Aug 2025 07:59 by ADMIN
Release 2025.3.812 (2025 Q3)
Created by: Francois
Comments: 5
Category: Map
Type: Feature Request
5
 
Completed
Last Updated: 25 Aug 2025 07:59 by ADMIN
Release 2025.3.812 (2025 Q3)
Created by: Nadya
Comments: 0
Category: GridView
Type: Feature Request
3
 Add support for UI Automation in RadGridView control.
Completed
Last Updated: 25 Aug 2025 07:59 by ADMIN
Release 2025.3.812 (2025 Q3)
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: 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.
1 2 3 4 5 6