Implement Hub Panel with ability to reorder HutTiles in it similarly to start Menu in WP 8.1
Create touch friendly tooltip that support custom triggers to show hide (tap,hold,hover (stylus), etc).
Port TimeSpanPicker to Windows Universal
A TreeView/TreeMenu-like control would be great to have. Currently there is no easy way to realize tree-like structures, like the menu that the official Mail App has.
I can pull to refresh, but I only see the original pulltorefreshstyle. It seems to not raise the visualstates for RefreshStarting or Refreshing.
We have a simple RadDataBoundListBox filled with some elements. We try to show/scroll to some specific element using the "BringIntoView" method. EXPECTED result: The specified element should be shown. ACTUAL result: Depending on the initial condition (if any manual scroll is performed in the RadDataBoundListBox or not), the result is: - blank/empty RadDataBoundListBox if no manual scroll was performed - Scroll to some element (usually "near" the requested one), but not exactly to the desired one, if there was some scrolling before invocation of the BringIntoView.
Crop and scale when selecting an image similarly to phone 7.x/8.0 Silverlight built in functionality.
Hey, I noticed, that in your sample app, when e.g. in the DateTimePicker´s input page, the back button brings you to the previous page and not to the page, where the DateTimePicker is located. I saw that you are using a Popup to display picker pages. This leads you to the problem, that you cannot override the apps BackPressed bahaviour. I could not find anything in your controls to check the Popup-state nor to manually dismiss the popup. In my oppinion, this makes all your picker controls unusable for Windows Phone, as closing the popup is the default WP behavour. What is you take on this? Best Till
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!
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>
See this forum thread for reproducible and workaround: http://www.telerik.com/community/forums/legend-will-only-display-labels-(windows-10)
In addition to including the SDK examples in the installation submit SDK examples for UWP in GitHub in a similar matter as the Win 8.1 ones The SDK examples could be found on the following link in Github: https://github.com/telerik/UI-For-UWP/tree/master/SDKExamples.UWP
Allow group headers in RadListView to be expanded/collapsed. Added for the StackLayout and GridLayout definitions. Available in the 2018 R2 release.
Implement Day view for calendar with the ability to visualize events, so that in fits in scheduling scenarios. Available in the 2018 R2 release.
In some specific scenarios, scrolling the RadDataGrid results in IndexOutOfRangeException Exception = {System.IndexOutOfRangeException: Index was outside the bounds of the array. at Telerik.UI.Xaml.Controls.Grid.IndexStorage.ValueForIndex(Int32 index, Boolean approximate) at Telerik.Data.Core.Layouts.CompactLayout.UpdateAverageLength(Int32 startInde...