New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Scheduler SignalR 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
- Material 2
- Material 2 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 HTML HELPER APIDescription
SignalR allows you to add real-time functionality to your Telerik UI for ASP.NET Core Scheduler. SignalR takes care of everything behind the scenes to make real-time client-to-server and server-to-client communication possible. This type of communication is useful in collaborative scenarios where multiple parties use the Scheduler 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 DataSource to use the SignalR protocol for transmitting and operating with data in real time.