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

How to load a RadScheduler in 24-Hours Mode

7 Answers 372 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jesse Lawler
Top achievements
Rank 1
Jesse Lawler asked on 04 Nov 2010, 04:23 PM
I would like my RadScheduler to appear in the 24 hours mode (that can be achieved with aTelerik.Web.UI.SchedulerNavigationCommand.SwitchFullTime command) -- But I don't want to do this as a result of any navigation, I just want to set it either in the ASPX declaration or on the server-side during initialization.

How do I do this?

7 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 05 Nov 2010, 06:19 PM
Hi Jesse,

You can easily accomplish this by setting ShowFullTime="true" for RadScheduler.


Regards,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Sankar
Top achievements
Rank 1
answered on 29 Jun 2015, 06:51 AM

In 24 hours mode, Except the business hours, all other cells are in grey in color.

How do I avoid it?

0
Ivan Zhekov
Telerik team
answered on 01 Jul 2015, 03:09 PM
The gray shading is on purpose to indicate that the slots in question lie outside of the specified office hours.

You could override the css selectors to remove the background color (or to make it transparent) but you could suffer a bit of usability.

Regards,
Ivan Zhekov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Graham
Top achievements
Rank 1
answered on 06 Jan 2017, 06:16 AM

Apologies for reviving an old thread, but I have used the ShowFullTime property and clicked the button 'show fulltime/business hours', but to be honest, I didn't notice any difference!

What does the 'show fulltime/business hours' button do ?

What I need it to do is to hide or show the hours outside business hours - is this possible ?

Graham Plowman

0
Sankar
Top achievements
Rank 1
answered on 06 Jan 2017, 07:31 AM
Did you tried with setting workdayStart and workdayEnd?
0
Graham
Top achievements
Rank 1
answered on 06 Jan 2017, 10:02 AM
Yes, these are being set - on day and week views I see the out of working hours time slots appear grey.
0
Peter Milchev
Telerik team
answered on 10 Jan 2017, 04:43 PM
Hello Graham,

The WorkDayStartTime and WorkDayEndTime configure the visible range when in "Business hours" mode while the DayStartTime and DayEndTime configure the working hours in the day(i.e. the white timeslots are business hours and the grey timeslots are non-business hours).

Here is a screencast demonstrating the timeslots appearance when the following configurations are added to the Scheduler of the PDF Export demo.

DayStartTime="06:00:00" WorkDayStartTime="10:00:00" WorkDayEndTime="14:00:00" DayEndTime="21:00:00"

If that does not help, would you please send us a sample implementation of your scenario? Thus, we would be able to investigate locally and provide you more specific suggestions.

Regards,
Peter Milchev
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Scheduler
Asked by
Jesse Lawler
Top achievements
Rank 1
Answers by
Peter
Telerik team
Sankar
Top achievements
Rank 1
Ivan Zhekov
Telerik team
Graham
Top achievements
Rank 1
Peter Milchev
Telerik team
Share this question
or