Scheduler readonly does not work anymore ?!

Hello

I used the following code to make scheduler readonly:

scheduler.config.readonly = true;

Now i can make what i want but scheduler is always editable.
I don’t changed anything in my source.
Any ideas?

Best regards

Hi,
it works in the dev version. You can also check it in online examples by executing following code in browser console:

scheduler.config.readonly = true

Example:
docs.dhtmlx.com/scheduler/sample … _init.html

Please give a link or some kind of example where we could reproduce the issue

I got it … thank you :slight_smile: