Hello,
On my Scheduler, i have thousands of appointments on a few years.
User can create new appointment, but is not allowed to change an existing one.
==> I obviously can’t use the property “disabled”, otherwize user can’t add appointments.
on your example (https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxscheduler/scheduler-appointment-restrictions.htm?arctic),
you add restriction resizable, draggable and readonly on each appointment.
Is there a way to add a generic restriction (resizable, draggable and readonly) for all the scheduler ?
Otherwise, the only way would be to create a loop on thousands of appointment and add restriction on each one ? I’m afraid that it’ll take a loooong time.
Best regards,
Fabrice