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: 11 Jun 2025 15:15 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Currently, the Telerik UI for WinUI does not have a RadToggleSwitchButton compared to the Telerik UI for WPF product. We could introduce such control.
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.



Completed
Last Updated: 19 May 2025 10:54 by ADMIN
Release Telerik UI for WinUI 4.0.0 (2025 Q2)
Currently, the Telerik UI for WinUI product uses Windows App SDK version 1.2.221109.1. Upgrade the SDK to the latest version.
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
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

Declined
Last Updated: 25 Aug 2023 15:04 by ADMIN
Created by: wu
Comments: 1
Category: UI for WinUI
Type: Bug Report
0

when the datagrid group the column ,the group header indent,but the general row don't indent .

look the following file.

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: 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

 

Declined
Last Updated: 03 Jun 2024 09:29 by ADMIN
Created by: Biju
Comments: 1
Category: UI for WinUI
Type: Bug Report
0
No form controls are visible when running the program.  Problem affects about half of users
Unplanned
Last Updated: 28 Jul 2022 12:03 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add PersistenceFramework component.
Unplanned
Last Updated: 28 Jul 2022 12:01 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add Calendar component.
Unplanned
Last Updated: 28 Jul 2022 11:59 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add Callout component.
Unplanned
Last Updated: 28 Jul 2022 11:58 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add SplashScreen 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.
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: 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: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: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:40 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WinUI
Type: Feature Request
0
Add ExpressionParser component.
1 2 3