Stephen's dev blog

Posts Tagged ‘flex 3

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