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

Duplicated
Last Updated: 13 Jun 2024 07:45 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: UI for WinUI
Type: Feature Request
1
Add RadDocking control, like the one in WPF.
https://docs.telerik.com/devtools/wpf/controls/raddocking/overview2
Completed
Last Updated: 16 Jun 2025 15:19 by ADMIN
Release Telerik UI for WinUI 4.0.1
Created by: Adam
Comments: 2
Category: UI for WinUI
Type: Bug Report
1

Hello,

I have Telerik.WinUI.Controls v4.0.0 installed with Telerik.Licensing v1.6.5 with the extension installed and the license text file in the root folder of my project. However, I receive this message the first time a RadDataGrid is loaded on the UI on a secondary window. After closing and re-opening the window, the message doesn't show. When packaging for release, this doesn't seem to be an issue. The message is also stating the wrong version.



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.
Completed
Last Updated: 24 Nov 2020 08:39 by ADMIN
Created by: Kalin
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add Barcode component.
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.
Completed
Last Updated: 17 Feb 2022 16:16 by ADMIN
Release 1.1.0
Created by: Jeonghoon
Comments: 0
Category: UI for WinUI
Type: Bug Report
0
An exception is thrown at startup when the Telerik.Windows.Controls assembly is used in an unpackaged application.
Declined
Last Updated: 08 Feb 2022 14:20 by ADMIN
Created by: n/a
Comments: 1
Category: UI for WinUI
Type: Bug Report
0

I have bought a licence and am trying to update my project to use the licenced nuget packages instead of the trial ones. The problem is that I am only able to see the trial packages in the nuget package explorer.

I have run the installer and added https://nuget.telerik.com/v3/index.json as the nuget source. I know that at some point when I first added a package I filled in my credentials, because of reasons the licenced version is tied to another account, if this could have anything to do with it.

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.
Unplanned
Last Updated: 28 Jul 2022 11:40 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add ExpressionParser component.
Unplanned
Last Updated: 28 Jul 2022 11:43 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add LayoutControl component.
Unplanned
Last Updated: 28 Jul 2022 11:47 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add TransitionControl component.
Unplanned
Last Updated: 28 Jul 2022 11:56 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add Window component.