[]
Gets or sets whether this column can be sorted by clicking on the column header.
public bool AllowSorting { get; set; }
The grid has an AllowSorting property that determines whether columns can be sorted with the mouse. The AllowSorting property of the Column objects can be used to prevent the user from sorting specific columns.