Hi Chris Morison,
It is indeed
possible to customize the date display on mobile devices. This can be achieved
by utilizing the dateRangeTemplate to modify the header date range as per your specific needs.
Additionally, the header cells can be removed in mobile mode through CSS.
app.component.css
|
@media
(max-width: 540px) {
.e-schedule .e-vertical-view .e-header-cells {
padding: unset;
display: none;
}
}
|
To assist you
further, we have prepared a sample that aligns with your requirements. Please
refer to the following link for a detailed view: [schedule-daterange-template
- StackBlitz]
We hope this
solution meets your needs. Please do not hesitate to reach out if you require
further assistance.
Regards,
Ram