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

			
Completed
Last Updated: 16 Oct 2018 07:06 by Sébastien
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: 15 Mar 2018 09:45 by ADMIN
Unplanned
Last Updated: 22 Jun 2018 08:51 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: UI for UWP
Type: Bug Report
0
See this forum thread for reproducible and workaround: http://www.telerik.com/community/forums/legend-will-only-display-labels-(windows-10)
Unplanned
Last Updated: 02 Mar 2018 13:16 by ADMIN
Unplanned
Last Updated: 27 Feb 2018 12:06 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for UWP
Type: Feature Request
0

			
Completed
Last Updated: 23 May 2018 06:08 by ADMIN
Available in the R2 2018 release.
Unplanned
Last Updated: 21 Aug 2018 06:56 by ADMIN
The uwp radlistview vertical scrollbar disappears when focus is lost -
I think I need something like 
https://www.telerik.com/forums/listview-width-with-or-without-vertical-scrollbar
 <telerik:RadListView.Commands. ListElement.Scroller.Scrollbar.FillElement.Visibility

But I may be missing something?
Unplanned
Last Updated: 22 Jun 2018 08:52 by Andries
Created by: Andries
Comments: 0
Category: UI for UWP
Type: Feature Request
0
Would be great if the TimeBar from WPF would be added to the UWP family. No new features required as the WPF equivalent is rich enough. Just port as is!
Unplanned
Last Updated: 23 Jan 2018 08:45 by ADMIN
Completed
Last Updated: 16 Oct 2018 07:06 by Miquel
Unplanned
Last Updated: 22 Jun 2018 11:45 by Johan
Created by: Johan
Comments: 0
Category: UI for UWP
Type: Bug Report
0
Testing the Telerik RadialMenu control in the UWP app ,  when you click on the radialmenu the control flickers for the mouseclick event on desktop.  plse consider changing the "flicker" to something more like a keypress , a image blur or something else. Or slow down the flicker considerable , your effect looks more like a defect of image rendering at the moment. 
Unplanned
Last Updated: 19 Jan 2018 08:54 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: UI for UWP
Type: Bug Report
0
EDIT, Cancel and Save strings cannot be localized through LocalizationManager.
Completed
Last Updated: 23 May 2018 06:08 by ADMIN
Unplanned
Last Updated: 11 Jan 2018 20:15 by ADMIN
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: 04 Jan 2018 13:21 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 0
Category: UI for UWP
Type: Bug Report
0
Using Textbox in CellTemplate with UpdateSourceTrigger=PropertyChanged result in caret position jumps to beginning and thus the date recorded is reversed e.g. 321 instead 123.