Unplanned
Last Updated: 20 Nov 2024 11:52 by Stenly
Currently, the filter operators of RadDataGrid provide information only for the filtered data. We could improve this by exposing information about the filtering operators, filter value, and the member.
Unplanned
Last Updated: 19 Nov 2024 11:48 by Martin Ivanov
Currently, the Telerik UI for WinUI product uses Windows App SDK version 1.2.221109.1. Upgrade the SDK to the latest version.
Unplanned
Last Updated: 30 Oct 2024 14:22 by Martin Ivanov
Currently, the columns of RadDataGrid can be resized only with the resize handles displayed when the ColumnResizeHandleDisplayMode property is set. Add a mode that allows standard resizing on click and drag between the column headers. See the WPF or MAUI columns resizing functionality for a reference.
Unplanned
Last Updated: 20 Aug 2024 13:47 by Martin Ivanov
Unplanned
Last Updated: 18 Jul 2024 09:05 by Carlos
 Provide a way to hide the edit buttons and have a edit mode similar to the default grid.
Duplicated
Last Updated: 13 Jun 2024 07:45 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add RadDocking control, like the one in WPF.
https://docs.telerik.com/devtools/wpf/controls/raddocking/overview2
Unplanned
Last Updated: 24 May 2024 15:03 by Stenly
Setting a value to an enum property, which the PropertyGrid will display, will reset it to the first value of the enum object when the control initially loads.
Unplanned
Last Updated: 26 Mar 2024 09:01 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: Map
Type: Feature Request
1
Add support for vector tiled services, similar to the Vector Tile Provider in WPF. Also, add support for MBTiles.
Unplanned
Last Updated: 11 Mar 2024 12:52 by ADMIN

The default behavior of the WinUI native Popup is to render within the bounds of its owner element. This means if the DataGrid reaches the end of the window and there is not enough space for the filtering control to draw, it will get clipped.

To avoid the clipping and allow the Popup to get displayed outside of the window, the ShouldConstrainToRootBounds property of the Popup should be set to false. 

Add an API in the RadDataGrid control to allow setting the ShouldConstrainToRootBounds option of the Popup.

In the meantime, you can disable the Popup constrain via an implicit Style in App.xaml:

<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>                
            <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
            <ResourceDictionary Source="ms-appx:///Telerik.WinUI.Controls/Themes/Generic.xaml"/>
            <!-- Other merged dictionaries here -->
        </ResourceDictionary.MergedDictionaries>
        <Style TargetType="Popup">
            <Setter Property="ShouldConstrainToRootBounds" Value="False" />
        </Style>
        <!-- Other app resources here -->
    </ResourceDictionary>
</Application.Resources>

Unplanned
Last Updated: 01 Dec 2023 09:36 by ADMIN
Created by: Mark
Comments: 1
Category: UI for WinUI
Type: Feature Request
0

Create a combo box control that supports multi selecting, like the WPF version e.g.

https://docs.telerik.com/devtools/wpf/controls/radcombobox/features/multiple-selection

Unplanned
Last Updated: 04 Sep 2023 15:05 by Martin Ivanov
Currently, the first and second filters in the filtering control of the column are case sensitive by default. This is controlled by the IsCaseSensitive of the TextFilterDescriptor. To change the default setting, you should implement custom DataGridTextFilterControl and custom FilterButtonTap command.

Add a setting on the column level to control the case sensitivity more easily.
Completed
Last Updated: 17 Jul 2023 08:49 by ADMIN
Release 2.7.0
Created by: Dominik
Comments: 1
Category: DataGrid
Type: Feature Request
1
At the moment there is a DataGridTimeColumn and a DataGridDateColumn. In the filter flyouts you can filter for a time or a date. We need something like an DataGridDateTimeColumn where you can filter for date and time.
Completed
Last Updated: 11 Jul 2023 11:05 by ADMIN
Release 2.6.0
Created by: Frederic
Comments: 1
Category: UI for WinUI
Type: Feature Request
0
I'd like to see a TimeBar control for WinUI similar to the one in UI for WPF. Thanks.
Unplanned
Last Updated: 05 Jun 2023 15:25 by Martin Ivanov
Currently, the distinct values in the filtering control show the direct value of the cell. For example, if the cell's data context is an object of the custom type MyCustomer, the distinct values will display the ToString() result of MyCustomer.

Allow changing the displayed value. This could be done by introducing a new property for the DataGrid columns (something like DistinctValuesDisplayPath).  
Unplanned
Last Updated: 24 May 2023 14:31 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add control similar to the RadPasswordBox of the Telerik UI for WPF product.
Unplanned
Last Updated: 26 Apr 2023 09:32 by Ludwig
Created by: Kalin
Comments: 12
Category: UI for WinUI
Type: Feature Request
71
Completed
Last Updated: 13 Apr 2023 20:08 by ADMIN
Release 2.2.0
Created by: Kalin
Comments: 2
Category: UI for WinUI
Type: Feature Request
3
Add PropertyGrid component.
Unplanned
Last Updated: 12 Apr 2023 10:53 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: DataGrid
Type: Feature Request
0
Add corner radius option for the borders that wrap the DataGrid rows.
Unplanned
Last Updated: 21 Mar 2023 11:54 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: Chart
Type: Feature Request
0

This is the same feature as the TickOrigin in the WPF chart: https://docs.telerik.com/devtools/wpf/controls/radchartview/axes/axis


The property should specify where the ticks originate.

Completed
Last Updated: 09 Feb 2023 10:41 by ADMIN
Release 2.5.0
Created by: Sébastien
Comments: 0
Category: Chart
Type: Feature Request
1

Hi Team,

Please implement this feature for WinUI =>

If you'd like to see a real test project that demonstrates the problem, you can use the repro attached to my Forum post => Spline series are incorrectly drawn in UI for WinUI.

Thank you,

Sébastien

1 2 3 4