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

time drop down items

4 Answers 70 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
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

Sort by
0
Peter
Telerik team
answered on 13 Jan 2009, 11:37 AM

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
Peter
Telerik team
answered on 16 Jan 2009, 04:32 PM
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.
0
Peter
Telerik team
answered on 19 Jan 2009, 09:21 AM

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.
Tags
Scheduler
Asked by
kyle goodfriend
Top achievements
Rank 2
Answers by
Peter
Telerik team
kyle goodfriend
Top achievements
Rank 2
Share this question
or