[flexcoders] Re: SOLVED: Okay, I know this is possible...DataGrid to Tree

2007-05-17 Thread pereanend
its not really the way to do it. First you need to disable he drag drop ,drag enter and drag move on trees so that is does not call the default functions when you are dragging an item from the datagrid, then you need to implement the following : dropEnabled=false /*Set the

[flexcoders] Re: SOLVED: Okay, I know this is possible...DataGrid to Tree

2007-05-17 Thread Nate Pearson
The tree still needs to drag/drop inside its self. The prevent default disables the standard dropEnabled when you drop from the datagrid. --- In flexcoders@yahoogroups.com, pereanend [EMAIL PROTECTED] wrote: its not really the way to do it. First you need to disable he drag drop ,drag