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

Reply via email to