Editable
configurationIf set to true the user would be able to create new scheduler events and modify or delete existing ones.
editable
Boolean|ObjectDefault: true
editable.confirmation
Boolean|StringIf set to true the scheduler will display a confirmation dialog when the user clicks the "destroy" button.
Can be set to a string which will be used as the confirmation text.
Default: true
editable.create
BooleanIf set to true the user can create new events. Creating is enabled by default.
Default: true
editable.destroy
BooleanIf set to true the user can delete events from the view by clicking the "destroy" button. Deleting is enabled by default.
Default: true
Recurring events edit mode. The available modes are:
- "dialog" (default) - displays a dialog that allows the user to choose whether the current occurrence or the entire series will be edited;
- "series" - displays an editor for updating the entire series;
- "occurrence" - only the current occurrence will be edited.
editable.move
BooleanIf set to true the scheduler allows event moving. Dragging the event changes the start and end time.
Default: true
editable.resize
BooleanIf set to true the scheduler allows event resizing. Dragging the resize handles changes the start or end time of the event.
Default: true
editable.template
String|FunctionThe template which renders the editor.
The template should contain elements whose name HTML attributes are set as the editable fields. This is how the Scheduler will know
which field to update. The other option is to use MVVM bindings in order to bind HTML elements to data item fields.
Use the
roledata attribute to initialize Kendo UI widgets in the template. Check data attribute initialization for more info.
editable.update
BooleanIf set to true the user can update events. Updating is enabled by default.
Default: true
editable.window
ObjectConfigures the Kendo UI Dialog instance that contains the desktop event editor. The configuration is optional.
The
windowproperty name is retained for backward compatibility. The supplied options are passed to a Dialog instance.
For more information, refer to the Dialog configuration API.