FLEX: how can I get my last selected / unselected item in a Datagrid ?
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-05-06T12:48:47Z
Indexed on
2010/05/06
13:08 UTC
Read the original article
Hit count: 277
flex
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
© Stack Overflow or respective owner