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.
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.
Unplanned
Last Updated: 24 Sep 2024 08:02 by Stenly
Currently, the Telerik UI for WPF product does not have an editor that works mainly with the DateTimeOffset value type. We could introduce such an editor.
Unplanned
Last Updated: 23 Sep 2024 14:12 by Franz
The virtualization logic of the group headers expects equal sizes, in order to improve the performance with a lot of appointments. Currently, we do not have an option to restrict or specify a maximum size (width or height depending on the orientation of the view definition).
Unplanned
Last Updated: 20 Sep 2024 14:25 by Martin Ivanov
Add a property on the PropertyDefinition or the PropertyGridField object that changes the visibility of the expand/collapse button that is displayed when you have nested properties. The developer should be able to manually define if the button should be visible or not.
Unplanned
Last Updated: 19 Sep 2024 12:18 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: SvgImage
Type: Feature Request
1
Currently, when the svg content contains errors, the XML reader throws an exception. Catch the exception and instead provide and event or another API that gives information about the error and allow the developers to handle the invalid SVG. The event should allow you to display nothing in case of error or replace the svg (by fixing it or creating your own geometry). A side effect of such event will be that you can use it to display your own error.
Unplanned
Last Updated: 17 Sep 2024 12:32 by ADMIN

Currently the Windows 11 theme for Telerik WPF features the ability to switch backdrop material to Acrylic, Mica and None, but what it's missing the Mica ALT material.

Because of the substantial difference from the normal Mica material, and the ability it gives to create more modern looking applications we think that the addition of this backdrop material would greatly benefit an already very good looking theme!

Unplanned
Last Updated: 13 Sep 2024 15:21 by Martin Ivanov

The middle point in this context is a point that is located on the line segment that is positioned after the middle length of the line. Add a property on the RadDiagramConnection class that returns the middle point. The property should be DependencyProperty so it can be bound with OneWayToSource mode in order to be able to notify the bound view model (if such is presented).

Currently, you can get this information by combining the CalculateMiddlePointOfLine and AllPoints methods of the ConnectionUtilities class.

var allConnectionPoints = Telerik.Windows.Diagrams.Core.ConnectionUtilities.ConnectionUtilities.AllPoints(radDiagramConnection);
var startAndEndPoints = new Tuple<Point, Point>(radDiagramConnection.StartPoint, radDiagramConnection.EndPoint);
Point middlePoint = Telerik.Windows.Diagrams.Core.ConnectionUtilities.CalculateMiddlePointOfLine(startAndEndPoints, allConnectionPoints);

Unplanned
Last Updated: 12 Sep 2024 06:58 by Martin Ivanov

Add built-in support for elevation, routing and search location services coming from the Azure Maps service. These are the same features as in the BingRestMapProvider, which will be obsolete in 2025.

Unplanned
Last Updated: 11 Sep 2024 16:12 by Martin Ivanov
Currently, the StartPoint and EndPoint properties of RadDiagramConnection cannot be data bound when the binding is defined in a Style that targets RadDiagramConnection. This happens because the RadDiagram control is updating the Start/EndPoint properties using a local value setting which has a higher setting priority than any data bindings defined in a Style. This can be improved by replacing the local value settings with calls to the SetCurrentValue method of DependencyObject.
Unplanned
Last Updated: 09 Sep 2024 12:32 by ADMIN
Created by: Martin Ivanov
Comments: 2
Category: GridView
Type: Feature Request
3
Add a separator element under the last pinned row, similar to the frozen columns splitter. The visual could be e horizontal line shown at the bottom border of the row.
Unplanned
Last Updated: 06 Sep 2024 15:21 by Stenly
Currently, the Text property of the TextBlock elements in the top bar can be changed by extending the RadDateRangePicker control and by overriding the GetTemporaryStartDateRepresentation and GetTemporaryEndDateRepresentation methods. 

We could introduce properties for changing the date representation rather than extending and overriding the above-mentioned methods.
Unplanned
Last Updated: 04 Sep 2024 08:40 by Martin Ivanov
Currently, there is no event that tells you when the slots dragging is finished. Add an event or a method override that is called when the multiple slots selection with the mouse is finished. Consider adding an event also for the drag started.
Unplanned
Last Updated: 02 Sep 2024 05:20 by Sambhav

Spreadsheet: Add the ability to build formulas using keyboard navigation:

1. Press '=' in a cell. The cell goes into Edit Mode. 
2. Use the Keyboard arrow keys to move in any direction. The Cell reference of the focused cell is automatically entered after the '=' into the cell which is in edit mode.
3. The user can press the Control+Arrow Key to add a reference to an entire row or column of data.
Unplanned
Last Updated: 28 Aug 2024 08:59 by ADMIN

Currently, RadChartView doesn't support the ChartToolTipBehavior for series that are using BitmapRenderOptions, Direct2DRenderOptions, or SkiaRenderOptions. The tooltip doesn't display.

1 2 3 4 5 6