New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Scheduler Web API Binding
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core Scheduler supports the implementation of the CRUD (Create, Read, Update, Destroy) data operations and a WebAPI controller. A WebAPI is a concept referring to APIs over the web, which can be accessed through the HTTP protocol and which are typically used with JavaScript. A WebAPI controller manages the incoming HTTP requests and sends back a response to the caller.
This demo shows how to bind the Scheduler in a WebAPI. By specifying the DataSource type as
.WebApi()
, the requests will be sent to the endpoints of the WebAPI in the expected format out of the box.