Our pure JavaScript Scheduler component


Post by jono »

Bryntum 6.2.1

I dont want my resources to be modifiable at all, no create no delete. I have managed to remove copy-paste and delete shortcuts but I cannot get rid of the contextMenu for the resources.

This is what I have

    rowCopyPasteFeature: {
      disabled: true,
    },
    resourceMenuFeature: {
      disabled: true,
    },

Post by jono »

Of course after looking for a while and then asking the question, I found my answer

In the column definition

enableCellContextMenu: false,

Post Reply