Hi,
I am currently building a simple application, which relies heavily on the kendo scheduler widget. Overall it is working well, but when I have one item open in the edit popup, all changes pushed to the client are ignored, until I close the editor.
The values in the dataSource are all correct, but the scheduler does not show the updates. Calling refresh() on the scheduler after every update is not really an option, because it will close the editor.
The Scheduler SignalR Demo shows exactly the same behavior. Is there any way around this issue?