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

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: