Unplanned
Last Updated: 26 Sep 2018 11:31 by ADMIN
Making a selection on UWP results in an exception in the renderer. A reproducible is attached, the exception is the following:

System.ArgumentException: Value does not fall within the expected range.
   at Telerik.UI.Xaml.Controls.Input.RadSegmentedControl.OnSelectedIndexChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   at Windows.UI.Xaml.DependencyObject.SetValue(DependencyProperty dp, Object value)
   at Telerik.XamarinForms.InputRenderer.UWP.SegmentedControlAdapter.UpdateCore(RadSegmentedControl sourceOwner, RadSegmentedControl targetOwner, String propertyName)
   at Telerik.XamarinForms.Common.FacadeAdapt