Unplanned
Last Updated: 21 Nov 2024 12:02 by Stenly
Currently, the order of the GroupDefinitions will be based on the OrderIndex of the PropertyDefinitions, which means that in order to reorder the groups, you will have to order the PropertyDefinitions.

The GroupDefinition class exposes the DisplayIndex property, which we can review and improve its functionality to allow the user to directly order the groups based on it.
Unplanned
Last Updated: 20 Nov 2024 21:56 by Chao
Created by: Martin Ivanov
Comments: 1
Category: ImageEditor
Type: Feature Request
5

Currently, on each change of the image, a new instance of the image is stored in the undo/redo stack. This means that the memory grows very fast. Especially, in a scenario with big images.

Create a smarter undo/redo mechanisms that saves only the applied change in the image.

Unplanned
Last Updated: 19 Nov 2024 11:00 by Martin Ivanov
Currently, you can use the BackgroundGrid attached properties to customize the grid lines. However, the settings are applied to all lines, regardless their orientation - horizontal or vertical. Add different options for the different orientations. For example, instead of BackgroundGrid.LineStroke to have BackgroundGrid.HorizontalLinesStroke and BackgroundGrid.VerticalLinesStroke, or similar.
Unplanned
Last Updated: 18 Nov 2024 17:28 by Martin Ivanov
Add a property that determines if the check digit (checksum) should be displayed. Currently, you can enable a checksum calculation that is displayed in the barcode image by setting the AutoChecksum property of the symbology to True, but there is no way to display the calculated value in the text under the barcode.
Unplanned
Last Updated: 18 Nov 2024 11:09 by Martin Ivanov
Currently, the trackball info element is aligned with the top of the plot area of the chart and it is centered to the trackball line. Add an option that makes the trackabll info floating next to the closest snapped data point.
Completed
Last Updated: 13 Nov 2024 17:31 by ADMIN
Release Telerik UI for WPF 2024.4.1111 (2024 Q4)
In a scenario with multiple GroupDescriptors (3,4,5 or more) - data operations like sorting a group, sorting a column or filtering can be slower when the RadGridView is populated with a large amount of data. 
Unplanned
Last Updated: 12 Nov 2024 09:50 by Martin Ivanov

Currently, the Telerik.Pivot.DataProviders.Adomd project relies on that the Microsoft.AnalysisServices.AdomdClient dll is installed in the GAC. The dll is installed with the ADOMD feature package that come with the SQL Server installation. If the required SQL Server feature is not installed on the machine, the Microsoft.AnalysisServices.AdomdClient.dll is missing from the GAC and the installation of the Telerik.Pivot.DataProviders.Adomd.for.Wpf package fails with an error. The error is:

Failed to add reference. The package 'Telerik.Pivot.DataProviders.Adomd.for.Wpf.Xaml' tried to add a framework reference to 'Microsoft.AnalysisServices.AdomdClient' which was not found in the GAC. This is possibly a bug in the package. Please contact the package owners for assistance.

Add a dependency to the Microsoft.AnalysisServices.AdomdClient package, instead of relying on the dll installed in the GAC.

Completed
Last Updated: 12 Nov 2024 08:17 by ADMIN
Release Telerik UI for WPF 2024.4.1111 (2024 Q4)
UnverifiedXamlException is thrown when importing an XAML document that contains a DocumentPartProperties instance.
Completed
Last Updated: 12 Nov 2024 08:17 by ADMIN
Release Telerik UI for WPF 2024.4.1111 (2024 Q4)
Introduce a way to set the modifier key used for multi-column sorting.
Unplanned
Last Updated: 04 Nov 2024 17:15 by Roberto
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: Wizard
Type: Feature Request
7

			
Unplanned
Last Updated: 01 Nov 2024 09:13 by Dariush
Created by: Dariush
Comments: 0
Category: SyntaxEditor
Type: Feature Request
1
Add spellcheck as you type feature.
Unplanned
Last Updated: 25 Oct 2024 12:16 by Sasidhar

Add information about the selection in the SelectionChanged event arguments. 

- We need to differentiate from mouse event to keyboard event. But since the EventArgs is empty we are not able to differentiate.

Unplanned
Last Updated: 24 Oct 2024 14:14 by Stenly
Currently, there isn't a possibility to cancel the creation of labels for certain data points, as it is on the level of the series via the ShowLabels property. We could introduce an option to control this on the level of the data points.
Unplanned
Last Updated: 24 Oct 2024 11:54 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: DateRangePicker
Type: Feature Request
1
Currently, you can select a single day, but this will set the StartDate to the selected date and EndDate to null. Add option to enable a selection range of a single day, where StartDate == EndDate. 
At the moment, you can do that by programmatically setting the StartEnd and EndDate properties, or by editing the values in the text input, but this cannot be done via the UI. 
Also, when StartDate == EndDate, a click on another date in the calendar continues the selection, instead of starting a new selection range. In this situation, a new selection should be started when another date is clicked.
Unplanned
Last Updated: 22 Oct 2024 11:29 by Stenly
Currently, the all-day area will host appointments that have their IsAllDayEvent property set to True. Additionally, we could further extend the functionality of the all-day area by providing the option to create appointments directly in it (either via double-click or via a button). 
Unplanned
Last Updated: 21 Oct 2024 07:42 by Stenly

Currently, the RadExpressionEditor control shows a wavy underline and a red color to indicate that an error is present.

We could introduce API to modify this behavior, which will ultimately be used by the ChangeUnderlineDecoration and ChangeUnderlinesColor methods of the internal RadRichTextBox control.

Unplanned
Last Updated: 16 Oct 2024 13:24 by Martin Ivanov
Add an event (for example named QueryCursor) to the RadVirtualGrid control, that is invoked each time the control tries to replace the Mouse.OverrideCursor static property's value. The event should give information about the new cursor (also possibly for the old one) and it should allow the developer to replace the cursor with its own instance. 
Unplanned
Last Updated: 15 Oct 2024 15:14 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: FileDialogs
Type: Feature Request
1
Add API that allows to customize the files/folders search action. Currently, the searching happens on all subfolders starting from the current directory. Allow the user to change this and search only in the current folder.
Completed
Last Updated: 14 Oct 2024 15:48 by ADMIN
FileDialogs are constructed by RadWindow and ExplorerControl as its content. 

Explorer control holds navigation tree, autocomplete, filtering combobox, main pane for viewing fodler and files, search box, breadcrumb. You can check all visual parts in the following help article:

http://docs.telerik.com/devtools/wpf/controls/radfiledialogs/visual-structure

Users might need to put the ExplorerControl in non-window parts of their application (for example in docked RadPane of RadDocking. Also, they might need to override OK/Cancel commands for that purpose.
Unplanned
Last Updated: 14 Oct 2024 06:35 by Martin Ivanov
When you open multiple desktop alerts with a single alerts manager, they stack up one above the other. At some point the alerts can reach the height of the screen. In this case, the newly opened alerts will start to stack up in the upper edge of the screen.

Add an option to allow hosting the alerts in a element that can display a vertical scrollbar when the alerts exceed the monitor size.
1 2 3 4 5 6