Resizing the window containing a CartesianChart with SplineSeries leads to some incorrect rendering between points:
When you have several series(ScatterLineSeries reported but it happens with others as well) in the RadCartesianChart and you clear the Items of one of them by calling the Clear() method - the line is not redrawn and it shows the old data.
When using shp and dbf files with ~130MB size, it takes minutes to load the map
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?
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.
When you set the Required attribute on a property of an object that is used for the DataForm, it is not respected by the control.
Stack trace: Type: KeyNotFoundException Message: Arg_KeyNotFound at Telerik.Data.Core.Layouts.StaggeredRenderInfo.PhysicalOffsetFromSlot(Int32 slot) at Telerik.Data.Core.Layouts.StaggeredLayout.PhysicalOffsetFromSlot(Int32 slot) at Telerik.UI.Xaml.Controls.Data.ListViewModel.ScrollIndexIntoView(UI.Xaml.Controls.Primitives.ScrollIntoViewOperation<System.Nullable<Telerik.Data.Core.Layouts.ItemInfo>> operation) at Telerik.UI.Xaml.Controls.Data.ListViewModel.<>c__DisplayClass55_0.<ScrollIndexIntoViewCore>b__0() at System.Action.Invoke() at Telerik.UI.Xaml.Controls.Primitives.DelegateUpdate<Telerik.UI.Xaml.Controls.Grid.UpdateFlags>.Process() at Telerik.UI.Xaml.Controls.Primitives.UpdateServiceBase<Telerik.UI.Xaml.Controls.Data.ListView.UpdateFlags>.ProcessUpdatesQueue() at Telerik.UI.Xaml.Controls.Primitives.UpdateServiceBase<Telerik.UI.Xaml.Controls.Data.ListView.UpdateFlags>.DispatchUpdates() at Telerik.UI.Xaml.Controls.Primitives.UpdateServiceBase<Telerik.UI.Xaml.Controls.Data.ListView.UpdateFlags>.OnUpdateCallback() Version of Telerik.UI.for.UniversalWindowsPlatform 1.0.0.3
Range is rendered incorrectly when using negative range values.