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:
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?
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?