|
pure virtual |
Tells whether the grid data can be sorted by the specified column.
The grid control calls this method to determine whether the specified column can be sorted. You should return FALSE if the column displays any non-sortable data like a BLOB. You can return FALSE for any column that should not be sorted.
nColumn | A zero-based index of a column. |