Keep track of selectedIndices?

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of coder3
Sent: Wednesday, April 02, 2008 10:07 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] how to find out the undo-select item in
datagrid

 


i have multiple-select, and i can deselect not just the last one.

Alex Harui wrote:
> 
> You should keep track of the last selectedItem.
> 
> 
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
[mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
] On
> Behalf Of coder3
> Sent: Tuesday, April 01, 2008 6:58 PM
> To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> 
> Subject: [flexcoders] how to find out the undo-select item in datagrid
> 
> 
> 
> 
> Hi All,
> 
> in datagrid, if one item is selected, it's easy to find out:
> 
> var item:Object = event.currentTarget.selectedItem;
> 
> but now i de-select it, how to find out the deselected item???
> 
> Help!
> 
> C.
> -- 
> View this message in context:
>
http://www.nabble.com/how-to-find-out-the-undo-select-item-in-datagrid-t
<http://www.nabble.com/how-to-find-out-the-undo-select-item-in-datagrid-
t> 
> p16434166p16434166.html
>
<http://www.nabble.com/how-to-find-out-the-undo-select-item-in-datagrid-
<http://www.nabble.com/how-to-find-out-the-undo-select-item-in-datagrid-
> 
> tp16434166p16434166.html> 
> Sent from the FlexCoders mailing list archive at Nabble.com.
> 
> 
> 
> 
> 

-- 
View this message in context:
http://www.nabble.com/how-to-find-out-the-undo-select-item-in-datagrid-t
p16434166p16447451.html
<http://www.nabble.com/how-to-find-out-the-undo-select-item-in-datagrid-
tp16434166p16447451.html> 
Sent from the FlexCoders mailing list archive at Nabble.com.

 

Reply via email to