Looking to hire someone to help you implement Bryntum products? Or are you a consultant who want to offer your services? This is the forum for you.
Hi
I am adding below Scheduler Map - Want to disable CellMenu right click, cell need to be clickable, i dont want right click to show popup menu.
In Features added cellMenu as false, its not working, and also I don,t want to user delete the event (for example select event press delete button)
https://bryntum.com/products/schedulerpro/examples/maps/
Thanks
Madhu
Hi,
I tried setting the cellMenu to false and it worked. How did you set that?
Please try the code below.
features : {
cellMenu : false
},
Hope this helps.
Best regards,
Tasnim
cellMenu kept as false, not working
const schedule = new Scheduler({
ref: 'schedule',
insertFirst: 'main',
startDate: obj3.startDate,
endDate: obj3.endDate,
flex: 5,
rowHeight: 80,
barMargin: 4,
eventColor: null,
eventStyle: null,
features : {
filterBar : true,
cellMenu :false
},
All the best,
Alex Lazarev
How to ask for help? Please read our Support Policy
We do not write the code in bounds of forum support. If you need help with development, contact us via bryntum.com/services
alex
I want to disable right click on event, Now it is showing Menu with Edit, cut, copy, delete..
Thanks
Madhu
All the best,
Alex Lazarev
How to ask for help? Please read our Support Policy
We do not write the code in bounds of forum support. If you need help with development, contact us via bryntum.com/services