Indicates columns where User interface ordering should not be allowed
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.
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).
AxpDataGrid Class | Axezz.WebControls Namespace