Stephen's dev blog

Posts Tagged ‘datagrid

Flex save changes from an AdvancedDataGrid using itemEditEnd

Posted by: Stephen Gray on: 15 September, 2008

I just remembered that I had trouble finding out what I could access with this event handler function. Sure it was easy to find out when the event is dispatched, but how can I access the new field value edited by the user? How do I access the previous value?
So this is just a simple [...]

Flex 3 DataGrid double click event

Posted by: Stephen Gray on: 6 August, 2008

I’ve just had a thought that it was hard to come accross resources for handling double click events on DataGrids in Flex 3.
There are lots of tutorials on how to handle them in Flex 2 but this doesn’t apply for Flex 3, as Flex 3 natively handles double click events and Flex 2 did not.
There [...]