That is interesting - I suppose I picked up the AsynchListView in leu of dataprovider when I first build a mobile app. Now that I'm back on my enterprise desktop app - I suppose that one is "lighter" than the other and therefore can do less.
One way or another - if this understanding is correct it makes sense. Thanks Alex. On Wed, Mar 26, 2014 at 1:16 PM, Alex Harui <aha...@adobe.com> wrote: > I don't think AsyncListView is an ICollectionView, just an IList. But I > could be wrong. > > -Alex > > On 3/26/14 10:07 AM, "Jack Ring" <jackri...@gmail.com> wrote: > > >Is there any reason that a Spark Datagrid will NOT SORT if you use... > > > > <s:DataGrid id="exDg" sortableColumns="true" > > > <s:AsyncListView list="{exampleAc}" /> > ></s:DataGrid> > > > >But it WILL SORT if you use... > > > ><s:DataGrid id="exDg" dataProvider="{exampleAc}" sortableColumns="true" > >></s:DataGrid> > > > >Thanks, > > > >Jack Ring > >