This is a migrated thread and some comments may be shown as answers.

Read-only scheduler

1 Answer 420 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
gunnisen
Top achievements
Rank 1
gunnisen asked on 22 Nov 2013, 09:15 PM
Hi!

I'm trying to make a scheduler read-only by setting scheduler.options.editable = false. This prevents users from creating new events, from double-clicking to get the editor, and from resizing events. However, they are still able to MOVE events. 

How can I disable that as well, and thus make the scheduler truly read-only?

Best regards,
  Gunnar Sylthe

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 25 Nov 2013, 11:54 AM
Hi Gunnar,

At which point you are setting this options? Is it after Scheduler's initialization? If this is true I'm afraid that this is not supported, this options is meant to be set only during widget's declaration. If you want to control editing functionality after widget is initialized, you will need to handle the appropriate events (add, edit, moveStart, resizeStart, remove) and to cancel them. 

Regards,
Rosen
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Scheduler
Asked by
gunnisen
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or