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.