Hello,
I need to customize the SfSchedule to meet the following requirements :
1)- Hide the hours of the week view (I have tried to do that by adding this:
<syncfusion:SfSchedule.CollapsedHours>
<syncfusion:ScheduleCollapsedHour StartHour="0" EndHour="24"/>
</syncfusion:SfSchedule.CollapsedHours>
It worked for me. Is there any other way to do so ?
2)- Modify the hight of the header that contains month and year labels
Best regards