user2068152
user2068152

Reputation: 3

SortableAsyncListView sort

    <s:DataGrid id="materialsList">
        <s:dataProvider>
            <c:SortableAsyncListView list="{materials}" />
        </s:dataProvider>
        ....

materials is PagedQuery. When I'm sorting by GridColumn with complex dataField ("group.name") I'll getting sort[0]=null and procedure on server-side can't order materials by this field. How to sort SortableAsyncListView by complex field?

Upvotes: 0

Views: 40

Answers (1)

wdrai
wdrai

Reputation: 141

There is no reason why sorting would not work with complex field. Which version of Flex SDK are you using ?

Upvotes: 0

Related Questions