RE: [flexcoders] Re: Custom initial sort on datagrid

2006-01-06 Thread Matt Chotin
: Custom initial sort on datagrid I think dg1.sortItems(sortByAge, asc) should have worked (or desc), should work... but doesn't. And changing to asc and desc instead of Array.ASCENDING/DESCENDING dosen't really change matters. To simplify, sorting the array before presenting it to the datagrid

[flexcoders] Re: Custom initial sort on datagrid

2006-01-03 Thread Clifford Hall
I think dg1.sortItems(sortByAge, asc) should have worked (or desc), should work... but doesn't. And changing to asc and desc instead of Array.ASCENDING/DESCENDING dosen't really change matters. To simplify, sorting the array before presenting it to the datagrid doesn't seem to work. Nor does