Posts Tagged datagrid

Flex save changes from an AdvancedDataGrid using itemEditEnd

Quick tutorial on how to retrieve the value of an edited cell from an AdvancedDataGrid.

Tags: , , , ,

Flex 3 DataGrid double click event

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 [...]

Tags: , , ,