Note: In the
Notify event model the changes (event moving, resizing, updating or creating) are applied on the client side immediately. The events are not refreshed after receiving the response from the server.
This demo shows a lot of events (365 * 26 = 9,490). Events are loaded from the server all at once (compare with
dynamic event loading) but are rendered progressively (DynamicEventRendering="Progressive") as you scroll.
In the traditional
Refresh mode it would take at least a few seconds to update the event set after adding or moving an event.
1. Perform fast client-side operations
Move any event using drag&drop
Resize any event using drag&drop
Delete any event using context menu (right click)
Set text using context menu (right click)