This is a migrated thread and some comments may be shown as answers.

RadDatePicker Bug

1 Answer 58 Views
DatePicker and DateSelector
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Eitan
Top achievements
Rank 1
Eitan asked on 24 Sep 2013, 12:27 AM
Hi,

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

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 25 Sep 2013, 07:47 AM
Hello Eitan,

I have responded to your other thread regarding the same issue.
 
Regards,
Todor
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
DatePicker and DateSelector
Asked by
Eitan
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or