Sorting by calculated field
I have a ADOStoredProc component bound to a DBGrid. In addition to the fields from the stored procedure, a calculated field has been created in Delphi. Now there is a need to implement sorting of the DBGrid precisely by this calculated field. How can this be implemented using Delphi if it is not possible to change the storedprocedure itself?