New to Kendo UI for jQuery? Download free 30-day trial

jQuery Scheduler Binding to SignalR

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
signalr.html
Sample service

Also available for:

API REFERENCE

Description

SignalR allows you to add real-time functionality to your Kendo UI for jQuery Scheduler. SignalR takes care of everything behind the scenes that makes real-time client-to-server and server-to-client communications possible. This type of communication is useful in collaborative scenarios where multiple parties are editing the Grid simultaneously or in apps that utilize push notifications.

This demo shows how to bind the Scheduler to a SignalR Hub for real-time push notifications. This binding approach is useful for web applications, such as chat and gaming, which require high-frequency updates where you usually want to perform Scheduler updates in real-time on all connected clients.

To configure the SignalR binding, set the SignalR and Transport settings in the DataSource configuration of the Scheduler component. In this way, you instruct the data source to use the SignalR protocol for transmitting and operating with data in real time.

For more information, refer to the Kendo UI Demos SignalR Hub Service repository.

This Scheduler example is part of a unique collection of hundreds of jQuery demos, with which you can see all Kendo UI for jQuery components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Kendo UI for jQuery Dojo or ThemeBuilder.

Support & Learning Resources

Additional Resources