Hello,
i'm trying to toggle the all-day appointment panel using a binding on ShowAllDay of the WorkWeekSettings like this:
<syncfusion:SfSchedule.WeekViewSettings>
<syncfusion:WeekViewSettings WorkStartHour="8" WorkEndHour="18" ShowAllDay="{Binding ShowAllDay}">
<syncfusion:WeekViewSettings.WeekLabelSettings>
<syncfusion:WeekLabelSettings TimeFormat="HH:mm" />
</syncfusion:WeekViewSettings.WeekLabelSettings>
</syncfusion:WeekViewSettings>
</syncfusion:SfSchedule.WeekViewSettings>
When i display the page with the scheduler and ShowAllDay set to false and then toggle it to true the all-day appointment panel overlaps the week view so that you cannot see the complete first time slot.
Please see the attached sample project.
To toggle the all-day appointment panel press the toggle text in the upper right.
It should then show two all day appointments in the first week of july.
Scroll to the top of the scheduler and see that the first timeslot is overlapped by the all-day appointment panel.
Regards,
Kalle
Attachment:
Schedule_ToggleShowAllDay_fd48f3ec.zip