BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
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.
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.