Unplanned
Last Updated: 16 May 2025 06:18 by Jonas
Introduce support for sorting columns that contain merged cells. 
Unplanned
Last Updated: 15 May 2025 11:01 by Stenly
Currently, registering custom mask tokens is done via the TokenLocator.AddCustomValidationRule static method, which will affect all instances. We could add an option to set custom tokens on a specific instance only.
Unplanned
Last Updated: 14 May 2025 12:52 by Stenly
Add an auto-scrolling functionality when selecting slots.
Unplanned
Last Updated: 13 May 2025 12:52 by Martin Ivanov
The label text is automatically fetched from the property name or manually set via the DisplayName property of the PropertyDefinition object. Currently, the property name is displayed in a TextBlock control. Add a mechanism to allow changing the label UI. For example, by providing a DataTemplate via a property of RadPropertyGrid or of the PropertyDefinition. 
Unplanned
Last Updated: 09 May 2025 13:31 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: VirtualGrid
Type: Feature Request
0
Expose a MemberName property that gets the memberName value assigned in the ColumnSortDescriptor's constructor. At first sight it seems that the option should be read-only, but we can explore the options to allow setting it as well.
In Development
Last Updated: 09 May 2025 07:55 by ADMIN
Scheduled for 2025 Q2 (May)
Currently, the HyperlinkClicked event of RadWorksheetEditor is raised only for external hyperlinks (web and mailto addresses). Raise the event also for links pointing to the a cell in the same document.
In Development
Last Updated: 09 May 2025 07:55 by ADMIN
Scheduled for 2025 Q2 (May)
Add the CellIndex or CellRange of the clicked cell in the HyperlinkClicked event arguments (HyperlinkClickedEventArgs).
In Development
Last Updated: 02 May 2025 10:25 by ADMIN
Scheduled for 2025 Q2 (May)
Created by: Stenly
Comments: 2
Category: Map
Type: Feature Request
1
Add language property support for AzureMapProvider

Workaround:
Create a custom provider with a custom source, and on the GetTile method of the custom source, you can override the query to contain the language parameter.
Unplanned
Last Updated: 29 Apr 2025 06:39 by ADMIN

The current implementation of the Code128 symbology class used with RadBarcode throws an InvalidSymbolException for characters with codes greater than 127.

As you can see from this table, there are many special characters in Code128 that have larger codes:

https://en.wikipedia.org/wiki/Code_128#Bar_code_widths

It would be useful to have these in applications which need to modify a reader device's behavior with barcode control characters in order to communicate properly.

Under Review
Last Updated: 29 Apr 2025 06:36 by ADMIN
Created by: Darren
Comments: 1
Category: UI for WPF
Type: Feature Request
1

Are there any plans to release a Visual Studio 2022 theme for WPF?  The Winforms UI has this theme, and I would like to have it for WPF as well.

Are there other themes on the roadmap that you could share?

 

Thanks!

--Darren

Unplanned
Last Updated: 28 Apr 2025 14:20 by Nikola
Created by: Nikola
Comments: 0
Category: UI for WPF
Type: Feature Request
0

Currently SvgImage does not support the following inner animation:

 

<svg xmlns="http://www.w3.org/2000/svg"
className="linesBox"
viewBox="0 0 4325 2626"
width="1200"
height="800"
        >
<path
d="m 2806,792.50001 -13.5,16.5 -33,10 -19.5,6.5 -17,15.5 -19,1 -9,16 -29.5,-4.70812 -34,18.70812 -37.5,16 -1.5,18 -20.5,8"
id="path60"
fill="none"
stroke="blue"
stroke-dasharray="20 10"
    stroke-dashoffset="0"
stroke-width="4">
<animate attributeName="stroke-dashoffset"
from="0" to="30"
dur="3s"
repeatCount="indefinite"/>
</path>

</svg>
Unplanned
Last Updated: 28 Apr 2025 14:18 by Nikola
Created by: Nikola
Comments: 0
Category: UI for WPF
Type: Feature Request
0
Currently only 'Rotate' is supported.
Add support for the rest : 'translate', 'scale', 'skewx', 'skewy'
Unplanned
Last Updated: 25 Apr 2025 13:12 by Stenly
Currently, when an item is selected and the RadWatermarkTextBox (search box) is focused, pressing the Back or Delete key will remove the selected item. This logic is encapsulated, and it cannot be altered. We could add an option to control this behavior.
Unplanned
Last Updated: 15 Apr 2025 09:26 by Martin Ivanov
Add the option for the user to be able to double click on the resize handle displayed when the mouse is between two headers. On double click, the associated column should auto-resize so that its width fits the header text's length.

This feature is available in RadGridView for WPF.
Unplanned
Last Updated: 15 Apr 2025 09:16 by Martin Ivanov
Add a vertical text alignment option for the text in the cells and headers of RadVirtualGrid.
Duplicated
Last Updated: 14 Apr 2025 07:55 by ADMIN
Created by: Stenly
Comments: 0
Category: ChartView
Type: Feature Request
0
Currently, the RadChartView component does not have a waterfall series similar to the one that is provided by the Telerik UI for WinForms. We could add support for this type of series.
Unplanned
Last Updated: 14 Apr 2025 07:50 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: Menu
Type: Feature Request
0
Currently, the icon of RadMenuItem is left aligned to the content. Add a property that allows to change the icon position of each RadMenuItem - left or right.
Declined
Last Updated: 11 Apr 2025 09:26 by ADMIN

Hi, I have a problem with using SyntaxEditor.

There are two errors when using Korean.

1. When I enter Korean, the caret is shown to the left of the position to be entered. (See line 19 in the Attached File 1)

To add a description of the attached file1, it was a situation in which "가나다라마바사아자차카타파하" was entered in the order, and "하" is the last letter entered, but it can be showed that "하" is located in the middle between "사" and "자". (See line 19 and I check this character with green border in the Attached File 2)

2. When Korean is present in the line, the length of the selection area represents shorter than the input width of the input characters when selected. (See line 3, 19, 20, 21, 27, 28 in the Attached File 3)

I found that the same defect occurred in Windows11 and Windows10.

I hope it will be resolved as soon as possible.

 


Unplanned
Last Updated: 11 Apr 2025 08:26 by Martin Ivanov
Add a mechanism to customize the touch gestures/events of the behaviors in RadChartView. Currently, the behaviors handle the TouchManager's events internally and the behavior cannot be properly customized without recreating the entire touch logic. 
Unplanned
Last Updated: 08 Apr 2025 15:08 by Stenly
Created by: Stenly
Comments: 0
Category: Diagram
Type: Feature Request
0
Currently, when deserializing a XML that contains a custom type that is not registered in the AllowedSerializationTypes collection, an exception will be thrown, which will be caught, and the error message will be displayed in the Output window of Visual Studio.

Instead, we could change this behavior to raise an exception, which will not be caught when a custom type, which is not allowed, gets de-serialized.
1 2 3 4 5 6