or
<
Telerik:RadDatePicker Width="150" Height="Auto" SelectedDate="{Binding Path=TrainingDate}" IsTodayHighlighted="True" />
When, I run, the DatePicker reflects the bound value, however if I pick a new date, the bound field does not get updated. Before I used the datepicker control, I just had a textbox which bound to the field just fine.
Thanks,
Eric