You found a bug! We've classified it as
EXTJS-25837
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
-
[Modern 6.5] ColumnMenu config bug
When trying to hide the ColumnMenu on a grid, the menu button is not hidden, and an (abvious) exception is raised when opening.
-
Thanks for the report! I have opened a bug in our bug tracker.
-
Presently to hide a column's menu you would want to set menu: null on it or set menuDisabled:true if you want to toggle this state.
FYI - setting columnMenu:null would simply (once fixed) prevent the common items from appearing in all column menus, but columns could still have custom menus using their own menu config.
Don Griffin
"Use the source, Luke!"
-
Thanks, I missed that particular config.