Blazor Scheduler Example - Agenda View
Properties
This demo showcases the agenda view and the configurations available in it.
In this demo, Agenda view loads the initial data for the next 7 days count from the date value assigned to the SelectedDate property of the Scheduler. The initial data loading for 7 days count is due to the default value assigned to the AgendaDaysCount property, which can be customized as per user needs.
By default, the days which don't have any events are hidden on this view, but setting the HideEmptyAgendaDays property to false will display the No events text against the dates that have no events.