Duplicated
Last Updated: 01 Apr 2025 15:53 by Benjamin
The formatting is not applied to the second level when the grid is bound to two types of items.
Unplanned
Last Updated: 31 Mar 2025 14:44 by ADMIN
The VisualizationLayer will support using the collection views such as System.Windows.Data.ListCollectionView as its items source.
In Development
Last Updated: 28 Mar 2025 14:18 by ADMIN
Scheduled for 2025 Q2 (May)
ADMIN
Created by: Martin
Comments: 0
Category: Spreadsheet
Type: Feature Request
5
Returns a Range object that represents the current region. The current region is a range bounded by any combination of blank rows and blank columns. If we want to be consistent with MS Excel we should implement this property. It is useful for many operations of a region such as filtering(selecting one cell and executing the Filter command should apply it to the current region), sorting, selecting all and etc. This document will be useful: https://docs.microsoft.com/en-us/office/vba/api/excel.range.currentregion.
Unplanned
Last Updated: 28 Mar 2025 08:04 by Martin Ivanov
Currently, the DragDropBehavior<TState> class derives from DependencyObject which prevents it from inheritting the data context of its parent element. Change its parent class from DependencyObject to Freezable, so the data context can be automatically accessed. This is meaningful when you create a custom behavior and add a DependencyProperty that you want to data bind in the XAML. 
Unplanned
Last Updated: 25 Mar 2025 07:48 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: PivotGrid
Type: Feature Request
0
Currently, the selection features selects only cells with the aggregate values. Clicking on the parent group header will select all associated cells in the corresponding direction.
Allow selecting and higlighting the group header visual.
Unplanned
Last Updated: 20 Mar 2025 09:04 by Martin Ivanov
Add a property that formats the time items of the clock displayed in the DateTimePicker. Currently, the format is hard-coded to "t" which displays only the time part of the DateTime object. Adding this will allow to show also seconds and other parts of the date-time when it makes sense.
Duplicated
Last Updated: 18 Mar 2025 07:43 by ADMIN
What you have two separate RadDocking controls it should be possible to drag a Pane from the first control into the other one.
Completed
Last Updated: 18 Mar 2025 07:42 by ADMIN
Release R2 2023
Created by: Martin Ivanov
Comments: 0
Category: Docking
Type: Feature Request
22
Currently, you can drag and drop panes only in their parent RadDocking control. Allow dragging from one RadDocking to another.
Unplanned
Last Updated: 17 Mar 2025 17:00 by David
Currently, the RadMaskedNumericInput and the RadSlider elements are used for specifying the alpha value of the color work between 0 and 1. Internally, after the alpha value is updated, it is multiplied by 255 and converted to byte.

We could expose an option to work directly with byte values in the range of 0 and 255 for the alpha color.
Under Review
Last Updated: 17 Mar 2025 08:09 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.

In Development
Last Updated: 14 Mar 2025 08:26 by ADMIN
Scheduled for 2025 Q2 (May)
Having a table, for example, with empty cells, executing the TabBackwardsCommand does not move the caret to the previous cell of the row.
Unplanned
Last Updated: 11 Mar 2025 11:23 by Jonas
Provide a way to change sort comparer when grouping.
Unplanned
Last Updated: 10 Mar 2025 10:39 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: PDFViewer
Type: Feature Request
0
Add support for handwritten (graphometric information) signatures in the PdfViewer. 
Unplanned
Last Updated: 06 Mar 2025 10:02 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: ComboBox
Type: Feature Request
0

Currently RadComboBox supports filtering of the data when IsEditable is True. 

Add a mode where a search box is displayed (when IsEditable is False) in the drop down of the control.  The searchbox should filter the items in the dropdown.

Unplanned
Last Updated: 04 Mar 2025 14:44 by Martin Ivanov
Currently, the RadGanttView control displays an indicator in the timeruler area of the control. Allow stretching the time indicator accross the timeline area where the tasks are rendered (under the timeruler).
Unplanned
Last Updated: 03 Mar 2025 14:30 by Martin Ivanov
Many document elements (like Footer, Header, Note, Comments, etc.) have their own RadDocument instance that serves as their body. These child documents are part of the main RadDocument assigned as the Document of RadRichTextBox.

Currently, to access the child RadDocument elements, you should iterate each different element of the main RadDocument and collect its Body property value.

Add a method to easily collect the child RadDocuments, similar to how the EnumerateChildrenOfType<T> method works. Currently the EnumerateChildrenOfType<T> method doesn't work for searching RadDocument, so you can consider extending this already existing API.
Unplanned
Last Updated: 27 Feb 2025 14:30 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: RichTextBox
Type: Feature Request
2
Add localization strings that can be used with the RadRichTextBoxRibbonUI control. Also, add the localization resources in the demos.
Unplanned
Last Updated: 26 Feb 2025 15:10 by James
Implement child dialogs for Style Formatting Properties Dialog. This will allow users to modify Style's properties related to font properties, paragraph properties, tabs, numbering and borders.
Unplanned
Last Updated: 26 Feb 2025 09:12 by Stenly
Currently, when setting the Culture property of the RadVirtualKeyboard control, the OS keyboard layout will be changed as well.

We can add an option to control this behavior.
Unplanned
Last Updated: 25 Feb 2025 14:10 by Stenly
Add support for displaying the full length of an appointment when its length is spread across multiple days.
1 2 3 4 5 6