[flexcoders] Re: Filterfunction on a XMLListCollection is misbehaving

2007-02-28 Thread iko_knyphausen
Here is the relevant code...Without the filter function all edits are inplace without the updated record gets resorted... thanks. mx:Script ![CDATA[ . private function itemFilter (item : Object ) : Boolean { return true; } ]] /mx:Script mx:HTTPService id=xmlItems

[flexcoders] Re: Filterfunction on a XMLListCollection is misbehaving

2007-02-28 Thread iko_knyphausen
Correction: WITHOUT the filter function all edits are inplace, WITH the filter function the updated record gets resorted... --- In flexcoders@yahoogroups.com, iko_knyphausen [EMAIL PROTECTED] wrote: Here is the relevant code...Without the filter function all edits are inplace without the

[flexcoders] Re: Filterfunction on a XMLListCollection is misbehaving

2007-02-27 Thread bobignacio
Any chance you can post your source code? --- In flexcoders@yahoogroups.com, iko_knyphausen [EMAIL PROTECTED] wrote: Here is the deal... I have an XMLListCollection as a dataProvider for a dataGrid, so that I can use custom sort and filterfunctions. My application provides for editing