Our powerful JS Calendar component


Post by Nagesh@Apoorva.com »

Hi Team,

How to disable the Save/Update and Delete Buttons in Calendar.

Attachments
Disable buttons.png
Disable buttons.png (101.44 KiB) Viewed 995 times

Post by mats »


Post by Nagesh@Apoorva.com »

Can you please provide the detailed information, we are unable to do with the provided link


Post by mats »

we are unable to do with the provided link

Please share details of what you tried? Paste code here etc


Post by saki »

You can try it on-line in https://bryntum.com/examples/calendar/basic/ Open the code editor and add the following in the list of features:

eventEdit : {
    readOnly : true
}
Screen Shot 2021-02-22 at 09.58.06.png
Screen Shot 2021-02-22 at 09.58.06.png (560.19 KiB) Viewed 987 times

Post by Nagesh@Apoorva.com »

Wow, @saki...
it working fine THANK YOU.


Post Reply