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

RadTimePicker value

1 Answer 38 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Donald Norris
Top achievements
Rank 1
Donald Norris asked on 30 Sep 2012, 05:29 PM
First I would like to suggest that you publish a property/method list for all ow your controls.  It is hard to browse through the intellisense lookup for the property you want.

Second.  I am looking for the property that I can populate on the server-side to intialize the time for the time picker.  I have tried radTimePicker.selecteddate.value to no avail.  Your assistence is greatly appreciated.

Thanks

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 03 Oct 2012, 11:33 AM
Hi Donald,

Actually, this is a rather good idea. However, please note that its is not an easy task to achieve and should be discussed with all of the teams responsible for RadControls.

As for selecting date with RadDatePicker, you could use:
RadDatePicker1.SelectedDate = DateTime.Now;

I hope this will prove helpful.

Kind regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Calendar
Asked by
Donald Norris
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or