Quick tutorial on how to retrieve the value of an edited cell from an AdvancedDataGrid.
Posts Tagged datagrid
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 [...]