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

RadDateTimePicker missing properties

2 Answers 71 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Juan
Top achievements
Rank 1
Juan asked on 15 Feb 2013, 06:14 AM
Hey Peeps,

I'm trying to use a RadDateTimePicker to allow a user to select a date, and according to the date selected, populate the TimeView with custom time values. According to this forum, you can use the following to allocate custom time values:

RadDateTimePicker1.TimeView.CustomTimeValues = new string[] { "12,10,10,57,4", "5,6,3,38,9", "3,8,11,5,7" };

Unfortunately, with my controls (2012 Q1), there is no such property/method (CustomTimeValues) in the RadDateTimePicker or RadTimePicker. How can I go about assigning custom time values to this control?

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 15 Feb 2013, 07:36 AM
Hi,

CustomTimeValues property is available in the version 2013, 1, 130, 35. Try upgrading to the latest version as explained in the following documentation.
Updating RadControls for ASP.NET AJAX to another version or license

Thanks,
Shinu
0
Juan
Top achievements
Rank 1
answered on 15 Feb 2013, 07:44 AM
Hi Shinu,

Thank you so much - that makes a lot more sense! For now I'm rather going to use the TimeView.DataList.DataSource property to assign custom time values.
Tags
General Discussions
Asked by
Juan
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Juan
Top achievements
Rank 1
Share this question
or