With the latest version of the UWP-Controls a ArgumentException occurs if I want to display a DataGrid with Items whose ItemType has public static properties.
As said in this thread https://github.com/telerik/UI-For-UWP/issues/332 the decimal-separator is bugged when used in windows 10 1809, at least if the decimal-separator system-setting is other then a dot, e.g. in Germany which uses comma.
The Bug seems to be solved in the referred Branch by Nasko https://github.com/telerik/UI-For-UWP/tree/Nasko/update-sdk yet it is not available in NuGet, not even as a prerelease.
Also setting the decimal-separator manually is impossible, yet in 2016 it was said this change will be implemented https://www.telerik.com/forums/problem-with-decimal-separator
However, is there a schedule, when the Bugfix will arrive in NuGet? The recent version is 1.0.1.2 from October 17th 2018 while the fixed branch is from November 2nd 2018.
Provide ability to control buffer size in order to load more items outside viewport.
I have a radgrid and when I scroll down it throws this error, but I'm not sure where the error is coming from or how I can help resolve it. This is a UWP app and I'm debugging in VS 2017 15.3 on windows 10 creators edition. 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 startIndex, Int32 endIndex) at Telerik.UI.Xaml.Controls.Grid.NodePool`2.MeasureVertically(RadSize availableSize, Double offset, Double bufferScale) at Telerik.UI.Xaml.Controls.Grid.NodePool`2.OnMeasure(RadSize availableSize, Double offset, Int32 frozenEleme
Create Universal tile control with unified API for WP8.1 and Windows 8.1
http://www.telerik.com/products/windows-phone/overview/all-controls/loopinglist.aspx
Provide a universal LoopingList control similar to the Windows Phone LoopingList.
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 .
Create a panel that arranges its children in a honeycomb pattern and takes into consideration the number of sides an item has.
Add the RadLoopingListComponent to the Windows Universal suite.
Hi, just wondering - is the source code the the sample UWP demo app available? I'm referring to UI for UWP Demos app that is available in the windows app store. Available in the R1 2018 release. The code could be found on the following link: https://github.com/telerik/UI-For-UWP-Demos
Make a universal radial menu.
Create an expander control that can be used in Universal Windows Apps.