Completed
Last Updated: 22 Jan 2018 15:36 by Vincent
Unplanned
Last Updated: 03 Jan 2018 11:30 by ADMIN
Enabled the control to load its ExpandableContent using the x:DeferLoadStrategy="Lazy" attribute.
Unplanned
Last Updated: 11 Jan 2018 20:15 by ADMIN
Completed
Last Updated: 16 Oct 2018 07:06 by Miquel
Unplanned
Last Updated: 22 Jun 2018 08:51 by ADMIN
See this Screencast for a short video of the issue at runtime: https://www.screencast.com/t/YXm6xOtO 

Here's the code to reproduce: 

<grid:RadDataGrid ItemsSource="{x:Bind ViewModel.DataItems, Mode=OneWay}"
                  UserGroupMode="Disabled"
                  UserFilterMode="Disabled"
                  UserColumnReorderMode="None"
                  UserSortMode="None"
                  AutoGenerateColumns="False"
                  GridLinesVisibility="Horizontal">
    <grid:RadDataGrid.Columns>
        <grid:DataGridNumericalColumn Header="1"
                                      PropertyName="Key"
                                      SizeMode="Auto" />
        <grid:DataGridTextColumn Header="2"
                                 PropertyName="First"
                                 SizeMode="Auto" />
        <grid:DataGridTextColumn Header="3"
                                 PropertyName="Second"
                                 SizeMode="Auto" />
        <grid:DataGridTextColumn Header="Stretchy"
                                 PropertyName="Stretch"
                                 SizeMode="Auto" />
        <grid:DataGridTextColumn Header="5"
                                 PropertyName="SecondLast"
                                 SizeMode="Auto" />
        <grid:DataGridTextColumn Header="6"
                                 PropertyName="Last"
                                 SizeMode="Auto" />
        <grid:DataGridNumericalColumn Header="7"
                                      PropertyName="Count"
                                      SizeMode="Auto" />
    </grid:RadDataGrid.Columns>
</grid:RadDataGrid>

Unplanned
Last Updated: 19 Jun 2018 06:52 by Didi
ADMIN
Created by: Didi
Comments: 0
Category: UI for UWP
Type: Feature Request
1

			
Unplanned
Last Updated: 09 Aug 2018 10:46 by ADMIN
Unplanned
Last Updated: 03 Oct 2018 07:13 by Didi
ADMIN
Created by: Didi
Comments: 0
Category: UI for UWP
Type: Bug Report
1

			
Unplanned
Last Updated: 22 Nov 2018 08:12 by Didi
Unplanned
Last Updated: 22 Nov 2018 11:35 by ADMIN
For example, to use different keys than the default arrow keys to switch from day -> month -> year in DatePicker
Pending Review
Last Updated: 13 Mar 2019 23:01 by ADMIN

The "Foreground" property does not apply to the RadDatePicker icon .. it only applies to the text even though I followed what this page explains: https://docs.telerik.com/windows-universal/controls/raddatepicker-and-radtimepicker/styling/raddatetimepickers-explicitstyling

My XAML code is the following:

<Custom:RadDatePicker x:Name="FromDatePicker" HorizontalAlignment="Left" ValueChanged="DatePickerValueChange">
                    <Custom:RadDatePicker.Resources>
                        <Style TargetType="Custom:RadDatePicker">
                            <Setter Property="Foreground" Value="Orange"/>
                            <Setter Property="FontSize" Value="15"/>
                            <Setter Property="FontStyle" Value="Italic"/>
                            <Setter Property="Background" Value="Beige"/>
                            <Setter Property="BorderBrush" Value="Orange"/>
                        </Style>
                    </Custom:RadDatePicker.Resources>
                </Custom:RadDatePicker>

Attached image of the properties that only my RadDatePicker takes when running the application ..

Unplanned
Last Updated: 03 May 2023 13:08 by Sébastien
TelerikChartAxisBorderBrush is not applied when setting in Dark Light ThemeResources from the Telerik Theme Resources https://docs.telerik.com/devtools/universal-windows-platform/common/teleriknamedbrushes 
Completed
Last Updated: 22 Jun 2018 11:26 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 0
Category: UI for UWP
Type: Feature Request
0
Create Universal tile control with unified API for WP8.1 and Windows 8.1
Pending Review
Last Updated: 22 Jun 2018 11:07 by ADMIN
ADMIN
Created by: Ves
Comments: 0
Category: UI for UWP
Type: Feature Request
0
Create Universal RangeSlider control with unified API for WP8.1 and Windows 8.1
Pending Review
Last Updated: 22 Jun 2018 11:04 by Geoffrey
Created by: Geoffrey
Comments: 0
Category: UI for UWP
Type: Feature Request
0
Create RadRateAppReminder universal control like in UI for Windows Phone 
Pending Review
Last Updated: 22 Jun 2018 10:21 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 0
Category: UI for UWP
Type: Bug Report
0
I can pull to refresh, but I only see the original pulltorefreshstyle. It seems to not raise the visualstates for RefreshStarting or Refreshing.
Pending Review
Last Updated: 19 May 2016 08:06 by Ravindra Lulla
Created by: c c
Comments: 1
Category: UI for UWP
Type: Feature Request
0
Provide API for focusing custom cell content.
Completed
Last Updated: 22 Jun 2018 11:26 by ADMIN
We have a simple RadNumericBox control.
We what to add a number with leading decimal separator (omitting the leading 0) for example .59 .

EXPECTED result: The entered number is 0.59 .
ACTUAL result: The decimal separator is added after the first added digit, i.e. the entered number becomes 5.9 .
Pending Review
Last Updated: 22 Jun 2018 10:56 by Mark
Created by: Mark
Comments: 0
Category: UI for UWP
Type: Feature Request
0
It is possible yet to set the value of those Pickers to NULL, but you have to add an additional button yourself that sets a property to NULL. would it be possible to include this functionality in the control itself: some other editfields show a cross, when pressed the content is cleared. also in the flyout, adding as single additional button would be useful. using the DEL keystroke for keyboard access is then also required. 
Declined
Last Updated: 22 Jun 2018 10:53 by ADMIN
Created by: cmasdev
Comments: 2
Category: UI for UWP
Type: Feature Request
0
I think that will be a very good feature. Just create a chart control available over this platform. A chart control like UI for Silverlight will be a fantastic one.