Ext.grid.column.Column class has following configs:
- draggable (Defaults to: true)
- sortable (Defaults to: true)
- menuDisabled (Defaults to: false)
Is it possible to change default values of this configs globally for all grid columns in my application ?
Any help appreciated.