RE: [flexcoders] Custom Collection Sorting Challenge

2007-03-01 Thread Alex
PROTECTED] On Behalf Of iko_knyphausen Sent: Wednesday, February 28, 2007 11:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Custom Collection Sorting Challenge Hi all, more questions on custom collection sorting... I have a XMLListCollection dataprovider, which I am sorting using a sort

[flexcoders] Custom Collection Sorting Challenge

2007-02-28 Thread iko_knyphausen
Hi all, more questions on custom collection sorting... I have a XMLListCollection dataprovider, which I am sorting using a sort object. The sorting works as expected, when I use the following syntax to define the array of SortFields: aSort.fields = [sfSortField, sfLevel]; However, I would like