views:

19

answers:

1

We know already Datagrid defult sorting , when we click on header of dategrid then automatically sorting records well . But how can we sort within inline itemreander linkfield label in datagrid . In project defult sorting properly work in datagrid but linked field column only not sorting ? Is it any way to sort functionality? if u know please refer it .

A: 

You need to implement a sortCompareFunction for the column using the inline item renderer.

Check the FLEX API Reference

clownbaby