I think this won’t possible because the records of our grid are managed per row (and not per cell). So, sorting a column will affect the order of all other columns.
To achieve this, you would need to swap a lot data between rows. This is not implemented and would be very performance consuming.
Imported from legacy forums. Posted by CharlesB (had 4046 views)