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.
Completed
Last Updated: 04 Apr 2023 08:08 by ADMIN
Release 2.6.0
DataGrid is populated with Arsenal, Man United, Liverpool and distinct filter 'Liverpool' is applied via UI.
Adding new Liverpool instances does not change the UI but it should - multiple Liverpool instances should be present in the rows.
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

Completed
Last Updated: 31 Oct 2022 07:24 by ADMIN
Release 2.3.0

The following exception is thrown when expanding row details with a height larger than the row height:

ArgumentOutOfRangeException: "Non-negative number required."

Completed
Last Updated: 26 Oct 2022 06:43 by ADMIN
Release 2.3.0
Created by: Kalin
Comments: 0
Category: PdfViewer
Type: Feature Request
4
Completed
Last Updated: 13 Sep 2022 06:19 by ADMIN
Release 2.2.0

"Processing Resources failed" compile-time error is thrown when the following nuget packages are referenced together:

- Telerik.ReportViewer.WinUI
- Telerik.WinUI.Controls

It is enough only to reference the packages and try to build the project.

The error appears also if you try to reference the .dll instead of nuget packages. But only in case the Telerik.WinUI.Controls.dll file is not referenced from the installation folder of the Telerik Reporting product.

Error details:

1>WINAPPSDKGENERATEPROJECTPRIFILE : error : PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry.
1>WINAPPSDKGENERATEPROJECTPRIFILE : error : PRI222: 0x80073b0f - Unspecified error occurred.
To resolve this, download the Telerik dlls deployed with the Reporting product and reference them from the same folder, instead of using the nuget packages.

Completed
Last Updated: 10 Aug 2022 11:26 by ADMIN
Release 2.2.0
Created by: Stenly
Comments: 2
Category: DataGrid
Type: Feature Request
2
Add support for exporting the DataGrid's content to an Excel file.
Completed
Last Updated: 20 Jul 2022 12:20 by ADMIN
Release LIB 2022.2.725 (25 July 2022)
RibbonTabs do not have automation children (can be seen in Snoop/UI SPY) when LayoutMode is set to Simplified on load of the application
Completed
Last Updated: 20 Jun 2022 07:29 by ADMIN
Release 2.1.0

Currently, the Save and Cancel words in the inline editor buttons are using hardcoded strings. Add LocalizationManager support in order to allow easier customization when translating the application.

In the meantime, you can achieve this effect by extracting the templates of the buttons and replace the hardoced text with LocalizationManager. 

<Application
    x:Class="TelerikWinUIApp7.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:localPrimitives="using:Telerik.UI.Xaml.Controls.Grid.Primitives"
     xmlns:primitivesCommon="using:Telerik.UI.Xaml.Controls.Primitives.Common"
    xmlns:core="using:Telerik.Core"
    xmlns:local="using:TelerikWinUIApp7">
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
                <!-- Other merged dictionaries here -->
                <ResourceDictionary Source="ms-appx:///Telerik.WinUI.Controls/Themes/Generic.xaml"/>
            </ResourceDictionary.MergedDictionaries>
            <!-- Other app resources here -->
            <Style TargetType="localPrimitives:DataGridEditRow">
                <Setter Property="CommitButtonStyle">
                    <Setter.Value>
                        <Style TargetType="primitivesCommon:InlineButton" BasedOn="{StaticResource EditRowButtonBaseStyle}">
                            <Setter Property="BorderThickness" Value="1 1 0 1" />
                            <Setter Property="ContentTemplate">
                                <Setter.Value>
                                    <DataTemplate>
                                        <StackPanel Orientation="Horizontal">
                                            <TextBlock Text="&#xe73e;"
                                               FontFamily="{ThemeResource SymbolThemeFontFamily}"
                                               VerticalAlignment="Center"
                                               Margin="15 0 0 0"/>
                                            <TextBlock core:LocalizationManager.Key="Save"
                                                       core:LocalizationManager.PropertyName="Text" Margin="8 0 15 0"/>
                                        </StackPanel>
                                    </DataTemplate>
                                </Setter.Value>
                            </Setter>
                        </Style>
                    </Setter.Value>
                </Setter>
                <Setter Property="CancelButtonStyle">
                    <Setter.Value>
                        <Style TargetType="primitivesCommon:InlineButton" BasedOn="{StaticResource EditRowButtonBaseStyle}">
                            <Setter Property="BorderThickness" Value="0 1 1 1" />
                            <Setter Property="ContentTemplate">
                                <Setter.Value>
                                    <DataTemplate>
                                        <StackPanel Orientation="Horizontal">
                                            <TextBlock Text="&#xe711;"
                                               FontFamily="{ThemeResource SymbolThemeFontFamily}"
                                               VerticalAlignment="Center"
                                               Margin="15 0 8 0"/>
                                            <TextBlock core:LocalizationManager.Key="Cancel"
                                                       core:LocalizationManager.PropertyName="Text" Margin="0 0 15 0" VerticalAlignment="Center"/>
                                        </StackPanel>
                                    </DataTemplate>
                                </Setter.Value>
                            </Setter>
                        </Style>
                    </Setter.Value>
                </Setter>
            </Style>
        </ResourceDictionary>
    </Application.Resources>
</Application>

Completed
Last Updated: 17 Jun 2022 06:03 by ADMIN
Release 2.1.0
Created by: wu
Comments: 2
Category: UI for WinUI
Type: Bug Report
0

VS WPF PdfViewer,When the WinUI PdfViewer show the document, the text is fuzzy.

View the attachments,in the picture,the wpf PdfViewer show the text better.

Completed
Last Updated: 31 May 2022 08:11 by ADMIN
Release 1.2.0
Keyboard navigation cannot be performed unless IsSynchronizedWithCurrentItem is True.
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.
Completed
Last Updated: 17 Feb 2022 15:58 by ADMIN
Release 1.1.0

The DataGrid ScrollBar is covered by the group header when grouping.

looking the attachment.

Completed
Last Updated: 02 Dec 2021 13:01 by ADMIN
Release WinUI 0.5.0
Created by: Kalin
Comments: 1
Category: UI for WinUI
Type: Feature Request
1

For example: WinUI sample app that presents some real time dashboard (gauge or chart controls for example) with a Web API backend.

 

Completed
Last Updated: 20 Oct 2021 06:31 by ADMIN
Release 0.6.0
Created by: wu
Comments: 1
Category: NumericBox
Type: Bug Report
0
The numericBox can't update value when using mouse wheel.
Completed
Last Updated: 13 Sep 2021 11:01 by ADMIN
Release 0.5.0
Created by: Kalin
Comments: 0
Category: UI for WinUI
Type: Feature Request
1
Add Map component.
Completed
Last Updated: 01 Jul 2021 13:29 by ADMIN
Release 0.4.0

RibbonView is collapsed when set as direct content of Window in WinUI Desktop App.

Workaround is to wrap it inside a Grid:

<Window>

    <Grid>

               <telerik:RadRibbonView...

Completed
Last Updated: 02 Apr 2021 07:09 by ADMIN
Created by: Kalin
Comments: 0
Category: UI for WinUI
Type: Feature Request
6
Currently there is only WinUI UWP support.
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: 18 Sep 2020 08:13 by ADMIN
Created by: Stefan
Comments: 0
Category: UI for WinUI
Type: Feature Request
2
This is a request for chart component
1 2