PDA

View Full Version : Passing Data


VicNewbie
03-30-2010, 06:06 AM
This should be easy but I cannot find the answer anywhere.

I've created an mxml datagrid with 5 fields. I want to click on 1 row and open either a popup or another window with the clicked rows data so the user can edit it.

Can anybody give me some sample code that I can refer to?

Thank you!

katierosy
04-29-2010, 01:43 PM
Use itemclick,get the data from the selectedItem object.