Thanks Josh,
That was exactly what I was looking for...didn't think to access the
compareFunction property of the sort() function...
Adrian
Josh McDonald wrote:
var s : Sort = new Sort();
s.compareFunction = myComparer;
collection.sort = s;
-Josh
On Fri, Nov 14, 2008 at 9:14 AM, Adrian
var s : Sort = new Sort();
s.compareFunction = myComparer;
collection.sort = s;
-Josh
On Fri, Nov 14, 2008 at 9:14 AM, Adrian Williams
<[EMAIL PROTECTED]>wrote:
> All,
>
> I have an ArrayCollection that I'd like to perform an advanced, custom
> sort on before it's loaded into a List...the c
All,
I have an ArrayCollection that I'd like to perform an advanced,
custom sort on before it's loaded into a List...the custom sort is one
that i am using for my ADG, using the column's sortCompareFunction and
in a grouping collections compareFunction. I can't seem to figure out
how to u
3 matches
Mail list logo