How do I update a Kendo scheduler from a SignalR hub method?
问题 Here is the code using signalr, it successfully sends the information to the hub and the hub is just doing a clients.all.Notifiy etc etc..... I've just add the code sample that you recommedend, i doing this from the scheduler_change(e) so that on a single click it will insert the info that is returned from the hub.. for some reason the new booking does not show on the scheduler. function scheduler_change(e) { var start = e.start; //selection start date var end = e.end; //selection end date