Subject | SV: [IBO] Sorting in a grid |
---|---|
Author | Svein Erling Tysvær |
Post date | 2011-07-13T20:57:21Z |
>The sorting is handled on the server. IBO has no client-side sortingThanks 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.
>mechanisms. You would need to have a computed column or to have your select
>statement provide the sorting you desire.
Set