In ExtJS 3, you could set enableHdMenu to false on a Grid to remove the little trigger at the end of the column name, which has the dropdown menu containing the sort directions and options for hiding columns.
How do I hide this trigger and menu in ExtJS 4? I know that I can set enableColumnHide to false to remove the hiding options, but I want to remove the trigger completely.
The config is
menuDisabled