Subject SV: [IBO] Sorting in a grid
Author Svein Erling Tysvær
>The sorting is handled on the server. IBO has no client-side sorting
>mechanisms. You would need to have a computed column or to have your select
>statement provide the sorting you desire.

Thanks Jason! Since this conversion is always done on the client, this means I can rest assured that using OnFilterRecord (or similar, I don't have the code on this computer) is the way to go.

Set