Re: [flexcoders] i cant get my edited data our of my grid :(

2007-11-03 Thread Scott Melby
Michael - The edited data is passed to you via the itemEditEnd event do something like itemEditEnd="handleItemEditEnd" on your data grid definition. By default the editors will put the edited data back into the datafield (from the column definition) of the objects in your data provider.

[flexcoders] i cant get my edited data our of my grid :(

2007-11-03 Thread Michael Azar
this.mygrid.data[0].FirstName (DOESNT WORK--can you fix it for me.) i assume its something like that. I have a simple question. All I want to do is loop through I data grid to get the data out. not the data from the data provider but the actual data (once edited) directly from the DG. I assume