Recently started Flex. Had some practice on how to use services in PHP that Flex client asks via zend AMF. As a part of my project I am planning to load data from Mysql using PHP (via service) and display it in a s:DataGrid. For this purposes I'm keen on knowing is it possible to move up/down datagrid row using ActionScript 3.0 depending on, say,specific row[r1][c1]'s value.
To be more in detail:
Think that OnTimer event datagrid's content will be updated and sorted by column Time and dislplayed by ascending order, whenever i update the time the row which it's column's value was modified should move down or up using Animation like this example from Adobe Center http://examples.adobe.com/flex3/devnet/networkmonitor/main.html [switch to the grid mode on top of the site]
Tutorials or links (source codes ) are welcome!!!