FLEX: how can I get my last selected / unselected item in a Datagrid ?
- by Patrick
Flex question...
I want to have the last selected / unselected object in a Datagrid:
For example:
change="Alert.show(tagsList.selectedItem.name.toString())"
is near to what I want. But it doesn't work for Unselection. (It doesn't give me the current unselected item).
Thanks