5 Day Work Week Only View

I am looking to configure the Scheduler control to display a 5 day work week, without the calendar on the side. 

It should function as a date independent display of the work week. 

Examples of how it may look can be seen here: https://i.imgur.com/uTddk45.png

Is this possible? 

1 Reply

MG Mohanraj Gunasekaran Syncfusion Team July 2, 2018 12:37 PM UTC

Hi Rohyl, 

Thanks for using Syncfusion product. 

Suggestion1 

In order to hide the Navigation calendar, you can use the NavigationPanel.Visible property. Please refer to the below code example and the sample, 
 
Code example 
this.scheduleControl1.NavigationPanel.Visible = false; 

Suggestion2 
Also, if you want to hide the caption of schedule control, you can use the CaptionPanel.Visible property. Please refer to the below code example and the sample, 

Code example 
this.scheduleControl1.CaptionPanel.Visible = false; 

Sample link: ScheduleControl 

Screenshot 
 

Regards, 
Mohanraj G 


Loader.
Up arrow icon