Hello,
Do you know if it’s possible to disable the ‘quick edit text field’ in the scheduler.
My users should only use the lightbox to edit fields.
Thanks,
Pierre
Hello,
Do you know if it’s possible to disable the ‘quick edit text field’ in the scheduler.
My users should only use the lightbox to edit fields.
Thanks,
Pierre
scheduler.config.details_on_create = true;
scheduler.config.details_on_dblclick = true;
and you need to remove edit icon from sidebar menu
Thanks !!!