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

RadDateTimePicker Q1 -> Q2 differences?

1 Answer 28 Views
Input
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 02 Sep 2008, 03:06 PM
Just updated to 2008 Q2 release,  and now we're seeing that where we call SetDate() against a RadDateTimePicker in Q1 .. this no longer works in Q2

Has this method been renamed or removed?   What should we use now?

Thanks

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 02 Sep 2008, 05:10 PM
Hello Brian,

Please try the following code in order to access the selected date:
var datePicker = $find('<%= RadDatePicker1.ClientID %>'); 
datePicker.get_selectedDate() 

Also this article could be very helpful:
RadDatePicker for ASP.NET AJAX Client Object

Regarding the question about the changes in the latest version - take a look at the link below:
RadControls for ASP.NET AJAX Release History

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Input
Asked by
Brian
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or