RE: [flexcoders] add item to the top of a sorted datagrid

2008-05-27 Thread Alex Harui
If the things you are adding are not in sort order, then you no longer really want the collection to be sorted. You could use a concatenated collection to join the new items while the others remain sorted like I did in this post: http://blogs.adobe.com/aharui/2008/03/custom_ilists_combobox_prompts

Re: [flexcoders] add item to the top of a sorted datagrid

2008-05-28 Thread superabe superabe
Thanks. I'll give those a try. - superabe On Wed, May 28, 2008 at 1:22 AM, Alex Harui <[EMAIL PROTECTED]> wrote: >If the things you are adding are not in sort order, then you no longer > really want the collection to be sorted. You could use a concatenated > collection to join the new items