Available in the R1 2018 release.
Enabled the control to load its ExpandableContent using the x:DeferLoadStrategy="Lazy" attribute.
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>
For example, to use different keys than the default arrow keys to switch from day -> month -> year in DatePicker
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 ..
Create Universal tile control with unified API for WP8.1 and Windows 8.1
Create Universal RangeSlider control with unified API for WP8.1 and Windows 8.1
Create RadRateAppReminder universal control like in UI for Windows Phone
I can pull to refresh, but I only see the original pulltorefreshstyle. It seems to not raise the visualstates for RefreshStarting or Refreshing.
Provide API for focusing custom cell content.
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 .
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.
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.