Hi Brandon,
Greetings from Syncfusion support..!
We have validated your requirement “
Remove header in day view” at our end and let you know that you can achieve it with the help of scheduler
cssClass property and below mentioned style. For the same, we have prepared a sample for your reference which can be viewed from the following link.
/* Hide date header in day view */
.schedule-cell-dimension .e-table-container .e-day-view table .e-left-indent-wrap, .schedule-cell-dimension .e-table-container .e-day-view table .e-date-header-container{
display: none;
} |
Kindly try the above solution and get back to us if you need any further assistance.
Regards,
Praveenkumar