[flexcoders] handling data within a datagrid

2008-10-06 Thread Greg Morphis
I've got my datagrid populating but I need to see that data in aother location within my app. In my MyModel.as I have a "global" variable public var mySelectedRow:ArrayCollection; I've tried setting this variable in the dataGrid change event... public function handleChangeEvent(e

RE: [flexcoders] handling data within a datagrid

2008-10-06 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] handling data within a datagrid I've got my datagrid populating but I need to see that data in aother location within my app. In my MyModel.as I have a "global" variable public var mySelectedRow:ArrayCollection; I've tried setting this vari

Re: [flexcoders] handling data within a datagrid

2008-10-06 Thread Greg Morphis
_ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Greg Morphis > Sent: Monday, October 06, 2008 7:48 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] handling data within a datagrid > > > > I've got my datagrid populating but I

RE: [flexcoders] handling data within a datagrid

2008-10-06 Thread Tracy Spratt
06, 2008 8:02 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] handling data within a datagrid No, just global variables On Mon, Oct 6, 2008 at 7:13 PM, Tracy Spratt <[EMAIL PROTECTED] <mailto:tspratt%40lariatinc.com> > wrote: > Does MyModel handle the rel

Re: [flexcoders] handling data within a datagrid

2008-10-06 Thread Greg Morphis
t; From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Greg Morphis > Sent: Monday, October 06, 2008 8:02 PM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] handling data within a datagrid > > > > No, just global variables > > On Mo

Re: [flexcoders] handling data within a datagrid

2008-10-07 Thread Greg Morphis
tem > > Thanks, > > with Regards, > Jitendra Jain > > > - Original Message > From: Greg Morphis <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > Sent: Tuesday, 7 October, 2008 7:22:23 AM > Subject: Re: [flexcoders] handling data within a dat

Re: [flexcoders] handling data within a datagrid

2008-10-07 Thread Greg Morphis
er() >at mx.controls::DataGrid/mouseUpHandler() > > > > > On Tue, Oct 7, 2008 at 7:37 AM, jitendra jain > <[EMAIL PROTECTED]> wrote: >> Use event.target.selectedItems instead of event.target.selectedItem >> >> Thanks, >> >> with Re

Re: [flexcoders] handling data within a datagrid

2008-10-07 Thread Greg Morphis
ew::budgetBook/__dg_change() >>at flash.events::EventDispatcher/dispatchEventFunction() >>at flash.events::EventDispatcher/dispatchEvent() >>at mx.controls.listClasses::ListBase/mouseUpHandler() >>at mx.controls::DataGrid/mouseUpHandler() >&

Re: [flexcoders] handling data within a datagrid

2008-10-07 Thread jitendra jain
__ > > From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On > Behalf Of Greg Morphis > Sent: Monday, October 06, 2008 8:02 PM > To: [EMAIL PROTECTED] ups.com > Subject: Re: [flexcoders] handling data within a datagrid > > > > No, just global variables