This question is locked. New answers and comments are not allowed.
Hi,
I created a test application that includes the RadDatePicker
and the code:
However when I ran the application, and change the year the application crashes.
Hopefully you can duplicate problem.
EitanB
I created a test application that includes the RadDatePicker
<telerikInput:RadDatePicker x:Name="DatePicker" HorizontalAlignment="Center" VerticalAlignment="Center" Width="307" />and the code:
public MainPage() { InitializeComponent(); var cultureInfo = new CultureInfo( "he-IL" ); cultureInfo.DateTimeFormat.Calendar = new HebrewCalendar(); DatePicker.Culture = cultureInfo; // Sample code to localize the ApplicationBar //BuildLocalizedApplicationBar(); }However when I ran the application, and change the year the application crashes.
Hopefully you can duplicate problem.
EitanB