I’m not able to remove the popup “Do you want to edit…” form when the scheduler in in readonly mode. I followed the example in 12_readonly_form.html but I still get the popup, see img.
Any help is appreciated,
Vic
I’m not able to remove the popup “Do you want to edit…” form when the scheduler in in readonly mode. I followed the example in 12_readonly_form.html but I still get the popup, see img.
Any help is appreciated,
Vic
schedulre.locale.labels.confirm_recurring = "";
This will remove confirm message in question.
Thanks to you guys again Stanislav. The scheduler.locale.labels.confirm_recurring = “”; worked. Did I miss somewhere in the documentation the reference to this?
Thanks,
Vic
Actually not, this is part of functionality which was missed in doc
In next version there will be some additional options related to above confirm ( ability to define default reaction, instead of confirm ) - so it all will be added into docs