Hi, how can I remove the “Read only” line from the context menu? If a cell is read only the user shouldn’t be able to work around this.
You can build your own context menu using some predefined items (or add your own). You just pass an array of strings that represent options for the contextMenu. Here’s an example http://jsfiddle.net/s26390dv/
1 Like