We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Hide weekend days

Hi,

I want to hide the weekend days not just disable it, exactly like hiding the non working hours !

Thank you,

3 Replies

NM Nijamudeen Mohamed Sulaiman Syncfusion Team June 11, 2014 01:38 PM UTC

Hi Abdelhamid,

 

Thanks for your interest in Syncfusion Products.

 

Based on the provided information your requirement can be achieved by using the “ScheduleType” property of schedule to hide the weekend days. For that please refer the below code snippet.

 

Code snippet:

XAML

ScheduleType="WorkWeek"

<Schedule:SfSchedule x:Name="schedule" ScheduleType="WorkWeek"/>

 

And also you modify the non-working days of the week by using “NonWorkingDays” property of schedule. For that please refer the below code snippet below.

 

Code snippet:

XAML

ScheduleType="WorkWeek" , NonWorkingDays="Sunday,Saturday"

<Schedule:SfSchedule x:Name="schedule" ScheduleType="WorkWeek"   NonWorkingDays="Sunday,Saturday"          >

 

If the provided solution doesn’t meet your requirement, please revert back with more information along with screenshots (if possible) so that we could analyze on it and provide you better solution.

 

Please let us know, if you have any concerns.

 

Thanks,

Nijamudeen M.



AB Abdelhamid June 11, 2014 01:49 PM UTC

Thank you for your answer,

I want also hide the same days in the Month type.




NM Nijamudeen Mohamed Sulaiman Syncfusion Team June 12, 2014 10:19 AM UTC

Hi Abdelhamid,


We have analyzed your requirement to hide specific days in a MonthView of schedule control. As of now we don’t have any support to hide specific days in MonthView, so we consider this to be a feature and we have logged this as a feature request in our database. We will implement this feature in any of our upcoming releases.

 

We usually have an interval of at least three months between releases. The feature implementation would also greatly depend on the factors such as product design, code compatibility and complexity.

We will update you when this feature has been implemented.

Thanks,

Nijamudeen M.


Loader.
Live Chat Icon For mobile
Up arrow icon