Getting Sorted Grid Data In Current Sort Order
Suppose my grid contains:
Alice
Bob
Carl
I go ~ for i = row0 to row2 getcelltext and I get:
Alice
Bob
Carl
I click on the header twice and sort in reverse now I have:
Carl
Bob
Alice
I go ~ for row0 to row2 getcelltext and I still get:
Alice
Bob
Carl
How can I get the data out in the current sorted order?
- ej
Alice
Bob
Carl
I go ~ for i = row0 to row2 getcelltext and I get:
Alice
Bob
Carl
I click on the header twice and sort in reverse now I have:
Carl
Bob
Alice
I go ~ for row0 to row2 getcelltext and I still get:
Alice
Bob
Carl
How can I get the data out in the current sorted order?
- ej
ericj
November 1,