Enabled: Boolean;
The Enabled property determines whether column can be filtered and sorted.
Available Values:
true. Column can be filtered and sorted (default).
false. Column cannot be sorted and filtered.
Use JSON or the setEnabled method to set the property value, and the getEnabled method to get the property value.
The example of property use is given in description of the DGColumn class constructor.
See also: