• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Real-Time Binding in ASP.NET MVC Scheduler Control

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

DEMO
SOURCE

In this sample, we have used the navigating event to invoke the schedule control’s view change action and actionComplete event to update the schedule data source after performing the CRUD operations. The SignalR will bind the data in order to corresponding event call.