Unplanned
Last Updated: 26 Apr 2023 09:32 by Ludwig
Created by: Kalin
Comments: 12
Category: UI for WinUI
Type: Feature Request
74
Unplanned
Last Updated: 09 Jun 2020 09:42 by ADMIN
Created by: Kalin
Comments: 0
Category: UI for WinUI
Type: Feature Request
10
Add TreeListView component.
Unplanned
Last Updated: 09 Jun 2020 09:51 by ADMIN
Created by: Kalin
Comments: 0
Category: UI for WinUI
Type: Feature Request
8
Add Docking component.
Unplanned
Last Updated: 09 Jun 2020 09:51 by ADMIN
Created by: Kalin
Comments: 0
Category: UI for WinUI
Type: Feature Request
6
Add TreeView component.
Unplanned
Last Updated: 27 Jan 2023 18:23 by Rodney
Created by: Rodney
Comments: 0
Category: UI for WinUI
Type: Feature Request
4

Hi Team,

This is a request to add a Signature control to UI for WinUI. Where the user can use a Touch or Stylus input to add their signature to the app GUI. This signature can then be saved as either a bitmap or vector file.

Thank you,

Rodney

 

Unplanned
Last Updated: 07 Apr 2021 16:22 by ADMIN
Created by: Kalin
Comments: 0
Category: UI for WinUI
Type: Feature Request
3
Add new control - MultiColumnComboBox
Unplanned
Last Updated: 02 Sep 2021 15:21 by ADMIN
Created by: Manohar
Comments: 1
Category: UI for WinUI
Type: Feature Request
3
Request to create ChartView 3D that is available in WPF version. It is one of best controls we use in our WPF app that we can convert to WinUI if the control is available. It is used to present well drilling information to our engineers.
Unplanned
Last Updated: 26 Jun 2020 12:38 by ADMIN
Created by: Rositsa
Comments: 2
Category: UI for WinUI
Type: Feature Request
2
Consider automatic conversion from WinForms app using Telerik UI to WinUI apps using Telerik UI  
Unplanned
Last Updated: 28 Jul 2022 11:25 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
2
Add RichTextBox compoment.
Unplanned
Last Updated: 28 Jul 2022 11:31 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
1
New Control: SyntaxEditor
Unplanned
Last Updated: 28 Jul 2022 11:33 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
1
Add CardView component.
Unplanned
Last Updated: 28 Jul 2022 11:36 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
1
Add Spreadsheet component.
Unplanned
Last Updated: 28 Jul 2022 11:38 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
1
Add ExpressionEditor component.
Unplanned
Last Updated: 28 Jul 2022 11:46 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
1
Add DesktopAlert component.
Unplanned
Last Updated: 28 Jul 2022 11:55 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
1
Add Wizard component.
Unplanned
Last Updated: 01 Dec 2023 09:36 by ADMIN
Created by: Mark
Comments: 1
Category: UI for WinUI
Type: Feature Request
1

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: 01 Jul 2025 21:09 by Heiko

Since Q2 2025, user defined Dark/Light/HighContrastResourcesPaths do not work - the custom resources are anot applied to the controls.

/// <summary>
/// Resource loader that provides the resource dictionaries with the brushes for the Telerik controls.
/// See https://docs.telerik.com/devtools/universal-windows-platform/common/teleriknamedbrushes.
/// </summary>
public sealed class TelerikResourceLoader : CustomXamlResourceLoader
{
    /// <inheritdoc/>
    protected override object GetResource(string resourceId, string objectType, string propertyName, string propertyType)
    {
        object result;
        if (resourceId == "DarkResourcesPath")
        {
            result = new Uri("ms-appx:///{ProjectName}/Assets/Themes/Dark_Telerik.xaml");
        }
        else if (
            resourceId == "LightResourcesPath" ||
            resourceId == "HighContrastResourcesPath")
        {
            result = new Uri("ms-appx:///{ProjectName}/Assets/Themes/Light_Telerik.xaml");
        }
        else
        {
            result = null;
        }
        return result;
    }
}

<ResourceDictionary.ThemeDictionaries>
    <ResourceDictionary x:Key="Light">
        <SolidColorBrush x:Key="TelerikGrid_BackgroundPointerOver" Color="Red" Opacity="0.25"/>
    </ResourceDictionary>
    <ResourceDictionary x:Key="Dark">
        <SolidColorBrush x:Key="TelerikGrid_BackgroundPointerOver" Color="Green" Opacity="0.25"/>
    </ResourceDictionary>
</ResourceDictionary.ThemeDictionaries>

CustomXamlResourceLoader.Current = new TelerikResourceLoader();

Edit - indeed the Light/Dark/ResourcePaths are deleted from the generic files of telerk controls due to the following regression in WinUI App SDK 1.7.25:
https://github.com/microsoft/microsoft-ui-xaml/issues/10506 

Unplanned
Last Updated: 09 Jun 2020 09:50 by ADMIN
Created by: Kalin
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add PivotGrid component.
Unplanned
Last Updated: 09 Jun 2020 09:50 by ADMIN
Created by: Kalin
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add DataPager component.
Unplanned
Last Updated: 28 Jul 2022 11:29 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add Diagram component.
1 2