Completed
Last Updated: 13 Mar 2024 09:40 by ADMIN
Release 2.9.0
The touch pointer capture is never released when you swipe an item in order to show its swipe content. Because the touch capture is never released, the pointer released action is never fired and the drag/drop operation cannot finish. This leads to glitches in the item. Clicking in swipe content can make it disappear. Also, if you are on a device that support both mouse and touch, you can notice the issue by swiping with touch and then mouse move. The mouse/touch device is captured and you will see that item moves on mouse move even if the left button is not pressed.
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.
Completed
Last Updated: 07 Jul 2023 13:21 by ADMIN
Release 2.7.0
Created by: Rick
Comments: 11
Category: TimeBar
Type: Bug Report
0

Hi,

  I am planning to build one of the pages of my software around the amazing Timebar control but I experience many issues.  With this code:


<Grid Height="200">
    <tcontrols:RadTimeBar x:Name="timeBar" Height="150">
        <tcontrols:RadTimeBar.Intervals>
            <tdataViz:YearInterval />
            <tdataViz:MonthInterval />
            <tdataViz:WeekInterval />
            <tdataViz:DayInterval />
        </tcontrols:RadTimeBar.Intervals>

        <tcontrols:RadTimeBar.Content>
            <tdataViz:RadLinearSparkline x:Name="timeSparkline"/>
        </tcontrols:RadTimeBar.Content>
    
    </tcontrols:RadTimeBar>
</Grid>
Many issues happen:

1. The control crashes if the height is too small
2. The control crashes in Visual Studio hot Reload if one of the width or height is changed (so the value becomes 0 or small when the int number is deleted or changed)
3. The control crashes the software if my MainWindow automatically navigates to a page with the TimeBar control in it.  (Frame.Navigate(typeof(Views.PageWithTimeBar));).  The workaround was to add a 200ms delay in the page load...
4. The control crashes if there is no width, so it prevents me to make it full width of my grid which is what I need to keep my software dynamically responsive.  Hard coding a width in the control defeats the purpose of the Grid layout auto width capabilities and will be a problem with devices with different resolution.

The TimeBar is really an amazing and very original control.  I have bought Telerik in big part for it, I really hope that you will be able to address these issues quickly as my software launch date is approaching.  Thank you very much!
Completed
Last Updated: 12 Jun 2023 06:17 by ADMIN
Release 2.7.0
When the RadDataGrid is placed inside a Grid's RowDefinition with Auto Height, the row for the last item from the ItemsSource is not rendered. 
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.
1 2