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: 23 Oct 2024 11:14 by Stenly
UnverifiedXamlException is thrown when importing an XAML document that contains a DocumentPartProperties instance.
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.
In Development
Last Updated: 11 Oct 2024 10:28 by ADMIN
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. 
Declined
Last Updated: 11 Oct 2024 07:38 by mmix
Created by: Laurent Kempé
Comments: 19
Category: UI for WPF
Type: Feature Request
45

Hi

I would like to know if Progress Telerik has some plan to port their WPF controls to Avalonia (avaloniaui.net).

 

Thanks

Laurent

Unplanned
Last Updated: 09 Oct 2024 09:19 by Mark
   

To reproduce set he following properties: 

MouseSelectionHandler.DoubleClickTime = 1000;
MouseSelectionHandler.MouseDragThreshold = 2;

MouseSelectionHandler.MouseDoubleClickThreshold = 60;

Unplanned
Last Updated: 07 Oct 2024 05:31 by ADMIN
ADMIN
Created by: Mihail
Comments: 4
Category: RichTextBox
Type: Feature Request
11
Profiling results show bottleneck in the line-breaking logic within Paragraph MeasureOverride.
In Development
Last Updated: 04 Oct 2024 13:24 by ADMIN
Introduce a way to set the modifier key used for multi-column sorting.
Unplanned
Last Updated: 02 Oct 2024 13:48 by Martin Ivanov
The IncludeTotalCount method is used in the Telerik's QueryableDataServiceCollectionView class, but the method is obsolete. Use IncludeCount instead. 
Using the IncludeTotalCount leads to "IncludeTotalCount Method NotFound" error when the user project references Microsoft.OData.Client package with version higher than 7.8.3.
Unplanned
Last Updated: 30 Sep 2024 09:29 by Stenly
Currently, the FindCurrentItemRecursively method and the ItemsToSelect collection are internal. We could expose the FindCurrentItemRecursively by making it protected, so it can be overridden, as well as including a method for modifying the items in the ItemsToSelect collection.
Unplanned
Last Updated: 26 Sep 2024 14:25 by Dimitar
Introduce support for import/export of a custom list styles in the HtmlFormatProvider. 
Unplanned
Last Updated: 25 Sep 2024 14:44 by Stenly
Improve the automation logic to increase its readability by accessibility tools.
Unplanned
Last Updated: 25 Sep 2024 14:29 by Stenly
Created by: Stenly
Comments: 0
Category: TaskBoard
Type: Feature Request
4
Currently, the RadTaskBoard control does not have dedicated keyboard navigation support. We could introduce support for it.
1 2 3 4 5 6