Telerik.UI.for.UniversalWindowsPlatform
1.0.0.4
Prefix Reserved
See the version list below for details.
dotnet add package Telerik.UI.for.UniversalWindowsPlatform --version 1.0.0.4
NuGet\Install-Package Telerik.UI.for.UniversalWindowsPlatform -Version 1.0.0.4
<PackageReference Include="Telerik.UI.for.UniversalWindowsPlatform" Version="1.0.0.4" />
paket add Telerik.UI.for.UniversalWindowsPlatform --version 1.0.0.4
#r "nuget: Telerik.UI.for.UniversalWindowsPlatform, 1.0.0.4"
// Install Telerik.UI.for.UniversalWindowsPlatform as a Cake Addin #addin nuget:?package=Telerik.UI.for.UniversalWindowsPlatform&version=1.0.0.4 // Install Telerik.UI.for.UniversalWindowsPlatform as a Cake Tool #tool nuget:?package=Telerik.UI.for.UniversalWindowsPlatform&version=1.0.0.4
UI for Universal Windows Platform is a toolset for building Universal Windows Platform apps for the Windows Store and the enterprise. The library is designed to offer the same user experience, functionality and behavior on Windows devices of all form factors.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Telerik.UI.for.UniversalWindowsPlatform:
Package | Downloads |
---|---|
ChunLin.RedButton
This is a demo project to show how we can package a UWP class library. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Telerik.UI.for.UniversalWindowsPlatform:
Repository | Stars |
---|---|
thecodrr/BreadPlayer
Bread Player, a free and open source music player powered by UWP and C#/.NET with a sleek and polished design built for, and by, the people seeking a better alternative to Groove and Windows Media Player by Microsoft.
|
|
dotnet-architecture/eShopOnUWP
Universal Windows Platform line of business application showcasing the latest Windows 10 capabilities such as Fluent Design System, Ink and Windows Hello.
|
Version | Downloads | Last updated |
---|---|---|
1.0.2.11 | 33,950 | 3/15/2023 |
1.0.2.10 | 3,458 | 1/19/2023 |
1.0.2.9 | 11,938 | 5/12/2022 |
1.0.2.8 | 9,789 | 1/21/2022 |
1.0.2.7 | 4,831 | 11/12/2021 |
1.0.2.5 | 15,944 | 5/13/2021 |
1.0.2.3 | 4,793 | 2/25/2021 |
1.0.2.2 | 4,140 | 1/25/2021 |
1.0.2.1 | 8,709 | 9/16/2020 |
1.0.1.9 | 9,901 | 5/14/2020 |
1.0.1.8 | 9,919 | 1/15/2020 |
1.0.1.7 | 21,070 | 9/25/2019 |
1.0.1.6 | 17,831 | 6/19/2019 |
1.0.1.5 | 4,693 | 5/15/2019 |
1.0.1.4 | 9,355 | 2/20/2019 |
1.0.1.3 | 9,673 | 1/16/2019 |
1.0.1.2 | 11,042 | 10/17/2018 |
1.0.1.1 | 7,042 | 9/12/2018 |
1.0.1 | 10,796 | 5/16/2018 |
1.0.0.9 | 16,516 | 1/17/2018 |
1.0.0.7 | 9,310 | 10/24/2017 |
1.0.0.6 | 10,250 | 9/14/2017 |
1.0.0.5 | 10,816 | 8/10/2017 |
1.0.0.4 | 15,309 | 6/29/2017 |
1.0.0.3 | 3,767 | 5/31/2017 |
1.0.0.2 | 4,118 | 5/16/2017 |
1.0.0.1 | 30,531 | 2/10/2017 |
1.0.0 | 4,527 | 2/8/2017 |
DataGrid
FIXED
Space key selects the cell when it is pressed from an inner control.
KeyNotFoundException is thrown when all columns have Collapsed Headers.
Setting DataGridColumn.IsVisible before the control is loaded throws an exception.
NullReferenceException is thrown when DataGridComboBoxColumn's ItemsSource is bound to external data source and the DisplayMemberPath is not set.
When item from the DataGridComboBoxColumn gets selected the selection box of the ComboBox becomes empty.
The ComboBox of the DataGridComboBoxColumn cannot be focused on Tap.
TargetParameterCountException when binding ItemsSource with x:Bind expression
Chart
NEW
Performance has been boosted by integrating the Composition API into the rendering mechanism of RadChart.
FIXED
Updating properties of PropertyNameDataPointBinding is not reflected in the chart.
ListView
NEW
Performance improvement on load time and when custom template is used.
FIXED
Modifying the ItemsSource asynchronously immediately after setting the ItemsSource cause rendering issues.
Expander
FIXED
Controls placed inside the ExpandableContent could not gain focus on Tap.