
kyle goodfriend
Top achievements
Rank 2
kyle goodfriend
asked on 12 Jan 2009, 08:59 PM
I am sorry, as I am sure the answer to this exists somewhere, but I just can't find it. The time dropdown box (start and end) go from 8:00 to 5:30. How do I change this range? My client's appointments are mostly in the evening.
4 Answers, 1 is accepted
0
You should set the DayStartTime and DayEndTime properties. For example:
<telerik:RadScheduler |
ID="RadScheduler1" |
DayStartTime="17:00" |
DayEndTime="23:00" ... /> |
Kind regards,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

kyle goodfriend
Top achievements
Rank 2
answered on 16 Jan 2009, 02:25 PM
This appears to change the start and end time in the day view, but not in the dropdown of the start and end time when adding an event. I still see 8:00 to 5:30.
0
Hi kyle,
Normally, you would be able to find the time pickers in the FormCreated event and set their StartTime and EndTime properties. But, we discovered a bug in RadTimePicker which causes this approach to malfunction. We will let you know when the bug is fixed.
Greetings,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Normally, you would be able to find the time pickers in the FormCreated event and set their StartTime and EndTime properties. But, we discovered a bug in RadTimePicker which causes this approach to malfunction. We will let you know when the bug is fixed.
Greetings,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Kyle, untill we fix the problem you can use the workaround from this forum thread:
http://www.telerik.com/community/forums/aspnet-ajax/scheduler/timepicker-expand.aspx
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.