Please help! I'm using ExtJs 4.1 grid panel.
I'm looking for a way to change the grid enableColumnHide property after rendering. I reuse the same grid in a few screens with minor changes, mainly hiding some of the columns.
In one of those screens I am left only with columns which should not be hideable so I want to remove the option from the column header menu completely, but restore it when I get to one of the other screens.
Any ideas?