Blazor Scheduler Example - Remote Data

Scheduler / Data Binding / Remote Data

This demo showcases the way of binding remote services to the Scheduler component. Here, the DataManager is used to bind the remote data with Scheduler.

Loading Syncfusion Blazor Server Demos…

Scheduler can be bound to remote services by assigning the DataSource property with the instance of DataManager.

The DataManager here acts as an interface between the service endpoint and the Scheduler, and will require the below minimal information to interact with the service endpoint properly.

  • Url - Defines the service endpoint from where the data needs to be fetched.
  • Adaptor - Defines the adaptor option. By default, ODataAdaptor is used for remote binding.

Adaptor is responsible for processing response and request from/to the service endpoint. Importing Syncfusion.Blazor.Data package provides predefined adaptors which are designed to interact with particular service endpoints. They are as follows,

  • UrlAdaptor - Use this to interact with any remote services. This is the base adaptor for all the remote based adaptors.
  • ODataAdaptor - Use this to interact with OData endpoints.
  • ODataV4Adaptor - Use this to interact with OData V4 endpoints.
  • WebApiAdaptor - Use this to interact with Web API created under OData standards.
Transform your Blazor web apps today with Syncfusion® Blazor components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE