Monthly Archives: October 2009

Flex datagrid double click

The flex datagrid supports an event handler called itemDoubleClick , however one little gotcha is you also need to set doubleClickEnabled to true in order for this event to be properly fired. <mx :Script> < ![CDATA[ protected var dp:ArrayCollection = … Continue reading

Posted in Flex | Tagged , | Leave a comment