Ascending & Descending sort in datagrid

  • Thread starter Thread starter Steve Chatham
  • Start date Start date
S

Steve Chatham

How do you make a sort work in ascending & descending order on the column in
a datagrid.

I have it now where it'll return the numbers from lowest to highest.

SC
 
Steve Chatham said:
How do you make a sort work in ascending & descending order on the
column in a datagrid.

I have it now where it'll return the numbers from lowest to highest.

You need to define a sort formula. I dont rememember off hand how to do this,
but if you take a quick look in the docs for it you'll find it quickly with
an exmaple to boot.
 
Back
Top