Re: Sorting ArrayCollection after filtering

2015-04-02 Thread Deepak MS
You can filter the AC first and then sort it using Sort and SortField: http://blog.flexexamples.com/2007/08/05/sorting-an-arraycollection-using-the-sortfield-and-sort-classes/ On 2 Apr 2015 21:10, "mark goldin" wrote: > I need to order an ArrayCollection after it gets filtered. I also need to > f

Re: Sorting ArrayCollection after filtering

2015-04-02 Thread mark goldin
But the question is whether I can use a single refresh to get both filtering and ordering working. On Thu, Apr 2, 2015 at 12:05 PM, Deepak MS wrote: > You can filter the AC first and then sort it using Sort and SortField: > > http://blog.flexexamples.com/2007/08/05/sorting-an-arraycollection-usi

RE: Sorting ArrayCollection after filtering

2015-04-02 Thread Kessler CTR Mark J
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/collections/ListCollectionView.html#sort -Mark -Original Message- From: mark goldin [mailto:markzolo...@gmail.com] Sent: Thursday, April 02, 2015 1:22 PM To: users Subject: Re: Sorting ArrayCollection after filtering But the que