AxpDataGrid

DataColumn.IsSortable Property

Whether a column should be sortable or not.

[Visual Basic]
Public Property IsSortable As Boolean
[C#]
public bool IsSortable {get; set;}

Property Value

true if a column should be sortable, false otherwise.

Remarks

If the data source for the grid is a SQL Select statement containg an Order By clause or if you use a Stored Procedure as a data source, the grid sort is disabled. Ordering is also disabled for long text fields (blobs).

See Also

DataColumn Class | Axezz.WebControls Namespace