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

DatePicker ValueChanged Event

1 Answer 253 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.
Steve Mason
Top achievements
Rank 1
Steve Mason asked on 19 Jan 2011, 10:05 PM
I'm having a problem with the ValueChanged event on the RadDatePicker not working. I click on the date control and the date selection page appears, I choose a new date and click on the 'check' button in the application bar, the selection page closes and the date is displayed on the control but the ValueChanged event I have defined does not get called.

In my xaml, I have:
<telerikInput:RadDatePicker x:Name="radDatePicker" ValueChanged="radDatePicker_ValueChanged" />
and in my code behind I have:

        private void radDatePicker_ValueChanged(object sender, Telerik.Windows.Controls.ValueChangedEventArgs<DateTime> e)
        {
            MessageBox.Show("changed");
        }
Am I missing something or doing something wrong?

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 20 Jan 2011, 09:20 AM
Hi Steve,

Thanks for contacting us and for reporting this issue.

We have investigated the case and have been able to reproduce the undesired behavior that you describe. Indeed, this is an issue in the RadDatePicker control and we are going to address it for our next release - RadControls for Windows Phone 7 Beta 1.

I have updated your Telerik points for bringing our attention to this issue.

Do not hesitate to get back to us in case of further questions.

Greetings,
Deyan
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
DatePicker and DateSelector
Asked by
Steve Mason
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or