[]
Gets or sets a value indicating the ability of the grid to automatically sort data when a column header is clicked.
[Layout]
public bool AllowSort { get; set; }
If True, and if the DataView property is set to GroupBy, the grid will automatically filter column data upon grouping action.
If False, the grid will fire the Sort event.
If the DataView property is set to Group By and the user attempts to drag a column header into the grouping area, the grid will automatically sort the column data.
If False, the Sort event allows the application to sort the data.