Answer:
We can make the group column wider in Agenda view in Blazor Scheduler by applying the Width in setting style.
<style>
.e-schedule:not(.e-device)
.e-agenda-view .e-content-wrap table td:first-child {
width: 110px !important;
}
style> |
Find the sample to make the group column wider in Agenda view in Scheduler from here.