The Ext.grid.column.Column class contains the following configurations:
- draggable (Default: true)
- sortable (Default: true)
- menuDisabled (Default: false)
Is there a way to globally change the default values of these configurations for all grid columns in my application?
Any assistance would be greatly appreciated.