This question is locked. New answers and comments are not allowed.
- Set the Minimum date to be tomorrow
- Set the initial date (when displayed) to be 1 week from now
- Try to pick tomorrow's date
On days like today (8/30) the displayed date will be 9/6. If I want to choose 8/31, the natural flow would be to pick the 8, then pick the 31. If I pick the 8, however, the date is now 8/6 and will crash the app with an ArgumentOutOfRange exception. In order to get to 8/31 I must first go to 10/31 and then change the '10' to an '8'
Exception detail:
System.ArgumentOutOfRangeException: logicalIndex
Parameter name: Not valid index.
at Telerik.UI.Xaml.Controls.Primitives.LoopingList.RadLoopingList.GetVisualIndex(Int32 logicalIndex)
at Telerik.UI.Xaml.Controls.Input.DateTimePickers.DateTimeList.UpdateSelectedIndex(LoopingListSelectionChangeReason reason)
at Telerik.UI.Xaml.Controls.Input.DateTimePickers.DateTimeList.SetNewValue(DateTime newUtcValue, Boolean selectionChanged)
at Telerik.UI.Xaml.Controls.Input.DateTimePicker.UpdateDateTimeLi