Example of Agenda View in ASP.NET MVC Scheduler Control
This demo showcases the agenda view and the configurations available in it.
|
|
|
In this demo, Agenda view is set as active view on Scheduler and made its
AllowVirtualScrolling
option as false. With this settings, the Agenda view loads the initial data for the next 7 days count from the date
value assigned to the SelectedDate
property of the Schedule. 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 the user needs.
When the AllowVirtualScrolling
property is set to true, the user is allowed to scroll through all the events simply by scrolling up
and down upto the last event available in Schedule.
By default, the days which doesn’t have any events will be hidden on this view – but by setting
HideEmptyAgendaDays
property to false will allow the
No Events
text to be displayed against the dates that has no events.