8/10/2011 1:46:55 PM
Title:
Flex-Sorting Arraycollection having VO elements
Hello,
I am having arraycollection which contain VO as elements.
Now I want to sort this arraycollection according to one value in vo
now suppose vo contains a property called name ="xyz"; Then all vo in arraycollection should have name="xyz" are grouped together and filled a new array collection with tht name ="xyz" vos.
and i will pass this arraycoll to renderer. so tht it cn ony render element that have name="xyz";
Please Help Me in that.
Thanks in advnce,
Shridhar Kulkarni
8/11/2011 4:35:15 AM
Hi All;
I solved it by using arraycollection filterfunction method