Example of Overview in ASP.NET Core Scheduler Control
This ASP.NET Core Scheduler example demonstrates the overview of ASP.NET Corex Scheduler with its overall features. Use the toolbar buttons to play with Scheduler functionalities.
DEMO
SOURCE
The ASP.NET Core Scheduler is a fully-features calendar component that is used to manage appointments with multiple resources.
The data can be pulled from the DataManager
component or IEnumerable
of objects or Restful web services and bind the data fields using EventSettings.Field
.
In this demo, ASP.NET Core Scheduler features such as Multiple views, Templates (Date Header, Quick Info), Resources, Grouping, Timezone, Timescale, etc... are used along with multiple resources.