Hide contextMenu for first two columns

Need help in hiding the contextMenu based on column positions.
For example, if I have 10 columns the contextMenu should not be visible for the first two columns but should be visible for columns 3 - 10.

How to approach this using the builtin properties or function?

Hi,

you are able to block some options from a context menu basing on columns indexes. However, you are not able to block the menu entirely.

Here you can find an example on how to disable some options for certain columns http://jsfiddle.net/handsoncode/5so2wj0s/. You just need to pass hidden parameter (index number).