We need to have a feature where less privileged users will have a read only view of the scheduler event. This means they should not be allowed to open the add event lightbox, but they should be allowed to open the edit event lightbox with Save and Delete buttons disabled or hidden. This is to allow those users to view the details of the appointment but they should not edit and save it.
So,
How to disable the popup of add event lightbox?
How to enable the popup of edit event lightbox, but disable the “Save” and “Delete” buttons (let us not disable the “Cancel” button)?
Can you please give some ideas on how to implement this?
Thanks for this information.
But how can identify the textboxes and buttons and ensure that only “Cancel” button is enabled (for the user to close the lightbox after viewing in read-only mode) and other buttons/textboxes/dropdowns are disabled?
From the example, this is not clear. Please advise.