[flexcoders] What comes out of a datagrid

2009-02-05 Thread Wally Kolcz
Lets say I have 2 DataGrids, one has user info in it (populated with a binded ArrayCollection) and the other is blank (lets call it id=teamDG). You can drag the people from the populated to the blank to populate it. Got that part to work fine. When you have dragged all the people you wanted to

RE: [flexcoders] What comes out of a datagrid

2009-02-05 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: [flexcoders] What comes out of a datagrid Lets say I have 2 DataGrids, one has user info in it (populated with a binded ArrayCollection) and the other is blank (lets call it id=teamDG). You can drag the people from the populated to the blank to populate it. Got

Re: [flexcoders] What comes out of a datagrid

2009-02-05 Thread Adrian Williams
Hi Wally, We have something that's practically identical to what you have described. For ours, instead of waiting until all the people have been dragged, we setup a number of listeners on our blank ADG (DRAG_START, DRAG_ENTER, DRAG_DROP) and as soon as the person is dropped, we reference