EXTJS - remove option to select columns

extjs, extjs4.1

Solution

try setting property `enableColumnHide:false`

refer : docs

Problem

how can I remove the option to select the columns on my extjs grid:

Original source