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:[EMAIL PROTECTED] On
> Behalf Of coder3
> Sent: Tuesday, April 01, 2008 6:58 PM
> To: flexcoders@yahoogroups.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
> p16434166p16434166.html
> <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-tp16434166p16447451.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to