OK, below is a simplified example of what I have to do. So far so good, works A1. The IDs are replaced by the friend name, and the column is sortable.
I am trying to create a dynamic datagrid in Flex 3, I have a list of columns a list of objects which correspond to datapoints for those columns which I fetch from a url. While the grid works perfectly
I have this datagrid which dataProvider is a ArrayCollection of 2 different types of objects (FolderVO and FileVO).
HI, I want to call the sortCompareFunction for a particular row when the g开发者_JAVA技巧rids first loads. Is this possible? Otherwise is there a way to call a sort method on grid load after it has b