I fixed my issue:
private function stringCompareFunction(a:Object, b:Object):int{
var s1:String = a.FY + a.KEY;
var s2:String = b.FY + b.KEY;
return ObjectUtil.stringCompare(s1, s2);
}
Thanks!-- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/ADG-sort-with-grouping-collection-tp5828p5829.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
