I have a ComboBox as a ItemEditor and a listener

 dataGrid.addEventListener(DataGridEvent.ITEM_EDIT_END, editCellEnd);

I was using 

e.currentTarget.itemEditorInstance.selectedItem.value

to get at a value in the selectedItem

now I am still getting that event, but no currentTarget element?

what would cause it to go away?

-- 
View this message in context: 
http://www.nabble.com/Where-did-my-CurrentTarget-go--tp21246831p21246831.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to