Overload List
| Name | Description | |
|---|---|---|
| Update()()()() |
Request for redraw of the Calendar on the client side. Detects the changes and automatically uses EventsOnly or Full update mode as needed.
| |
| Update(Object) |
Request for redraw of the client-side object (EventsOnly). Should be called from CallBack event handlers to ensure client update.
| |
| Update(CallBackUpdateType) |
Request for redraw of the client-side object. Should be called from CallBack event handlers to ensure client update.
| |
| Update(Object, CallBackUpdateType) |
Request for redraw of the client-side object. Should be called from CallBack event handlers to ensure client update.
|