New to Telerik UI for ASP.NET Core? Download free 30-day trial
API
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
api.cshtml
ApiController.cs
SchedulerTaskService.cs
TaskViewModel.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik Scheduler for ASP.NET Core exposes rich client-side API and events, which provide easy configuration or extension points for custom functionality on top of the built-in features.
In this demo, you can see how to get a reference to the scheduler's client-side object and using its date() and view() methods to update its current date and current view.
You can find more information about its client-side API here.