AxpDataGrid

AxpDataGrid.GridColsNoSort Property

Indicates columns where User interface ordering should not be allowed

[Visual Basic]
Public Property GridColsNoSort As String
[C#]
public string GridColsNoSort {get; set;}

Property Value

Comma separated list of column numbers or column names where the user should NOT be able to sort the table. Set to * to disable sorting for all columns. Default is a blank string.

Remarks

All column can as default be sorted (unless the a stored procedure or an unsortable query is used). SQL Select statements containing an ORDER BY clause is considered unsortable by the grid. You can use GridColsNoSort to disable sorting on columns that you know might affect database performance (when a SELECT statement is used).

See Also

AxpDataGrid Class | Axezz.WebControls Namespace