<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Drag and Drop from DataGrid or AdvancedDataGrid to Tree</title>
	<atom:link href="http://www.flex-blog.com/drag-and-drop-from-datagrid-or-advanceddatagrid-to-tree/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flex-blog.com/drag-and-drop-from-datagrid-or-advanceddatagrid-to-tree/</link>
	<description>Examples, News and Other Stuff</description>
	<lastBuildDate>Thu, 29 Jul 2010 15:07:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Arjan</title>
		<link>http://www.flex-blog.com/drag-and-drop-from-datagrid-or-advanceddatagrid-to-tree/comment-page-1/#comment-1562</link>
		<dc:creator>Arjan</dc:creator>
		<pubDate>Mon, 19 Jul 2010 20:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=571#comment-1562</guid>
		<description>Use the Tree, whether you wrap in in a Panel or not doesn&#039;t make a difference. Its the Tree events you should react to.

Hope this helps

Arjan</description>
		<content:encoded><![CDATA[<p>Use the Tree, whether you wrap in in a Panel or not doesn&#8217;t make a difference. Its the Tree events you should react to.</p>
<p>Hope this helps</p>
<p>Arjan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riavietnam</title>
		<link>http://www.flex-blog.com/drag-and-drop-from-datagrid-or-advanceddatagrid-to-tree/comment-page-1/#comment-1561</link>
		<dc:creator>riavietnam</dc:creator>
		<pubDate>Mon, 19 Jul 2010 16:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=571#comment-1561</guid>
		<description>Hello,
If I wrap the tree in the Panel. How can I set the related events? I should apply in the tree directly or in the Panel. My project is using AIR</description>
		<content:encoded><![CDATA[<p>Hello,<br />
If I wrap the tree in the Panel. How can I set the related events? I should apply in the tree directly or in the Panel. My project is using AIR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: McRain</title>
		<link>http://www.flex-blog.com/drag-and-drop-from-datagrid-or-advanceddatagrid-to-tree/comment-page-1/#comment-1495</link>
		<dc:creator>McRain</dc:creator>
		<pubDate>Wed, 28 Apr 2010 17:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=571#comment-1495</guid>
		<description>Thank you very much. Your code helped me.</description>
		<content:encoded><![CDATA[<p>Thank you very much. Your code helped me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.flex-blog.com/drag-and-drop-from-datagrid-or-advanceddatagrid-to-tree/comment-page-1/#comment-1368</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 20 Apr 2010 02:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=571#comment-1368</guid>
		<description>That is awesome thank you!
I actually used this for dragging items from a dataGrid to a PieChart. 
I was getting so frustrated because the drop method was never firing - even though the dragEnter and dragOver methods were.
 
The reason being is that even though I was firing preventDefault() in the dragEnter event, I was failing to do it in the dragOver event -- un-be-freaking-livable!

Thanks again!

-Andrew</description>
		<content:encoded><![CDATA[<p>That is awesome thank you!<br />
I actually used this for dragging items from a dataGrid to a PieChart.<br />
I was getting so frustrated because the drop method was never firing &#8211; even though the dragEnter and dragOver methods were.</p>
<p>The reason being is that even though I was firing preventDefault() in the dragEnter event, I was failing to do it in the dragOver event &#8212; un-be-freaking-livable!</p>
<p>Thanks again!</p>
<p>-Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.flex-blog.com/drag-and-drop-from-datagrid-or-advanceddatagrid-to-tree/comment-page-1/#comment-1210</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 06 Apr 2010 01:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=571#comment-1210</guid>
		<description>This was very helpfull, thank you!</description>
		<content:encoded><![CDATA[<p>This was very helpfull, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peti</title>
		<link>http://www.flex-blog.com/drag-and-drop-from-datagrid-or-advanceddatagrid-to-tree/comment-page-1/#comment-1182</link>
		<dc:creator>peti</dc:creator>
		<pubDate>Sat, 03 Apr 2010 10:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=571#comment-1182</guid>
		<description>Thanks for the flex 3 source!
There is a bug in the code: When I drop a list item under the closed tree item, the list item landed in the next tree item.

Peter</description>
		<content:encoded><![CDATA[<p>Thanks for the flex 3 source!<br />
There is a bug in the code: When I drop a list item under the closed tree item, the list item landed in the next tree item.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan Nieuwenhuizen</title>
		<link>http://www.flex-blog.com/drag-and-drop-from-datagrid-or-advanceddatagrid-to-tree/comment-page-1/#comment-824</link>
		<dc:creator>Arjan Nieuwenhuizen</dc:creator>
		<pubDate>Mon, 15 Feb 2010 09:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=571#comment-824</guid>
		<description>(I think) You have to program your own logic in the dragDrop event handler. There you can check if the item can be added or not. If not, just don&#039;t add the item to the Tree and add it to the drag source (in this case, the datagrid) again.

Hope this helps.

Regards,

Arjan</description>
		<content:encoded><![CDATA[<p>(I think) You have to program your own logic in the dragDrop event handler. There you can check if the item can be added or not. If not, just don&#8217;t add the item to the Tree and add it to the drag source (in this case, the datagrid) again.</p>
<p>Hope this helps.</p>
<p>Regards,</p>
<p>Arjan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praemdev</title>
		<link>http://www.flex-blog.com/drag-and-drop-from-datagrid-or-advanceddatagrid-to-tree/comment-page-1/#comment-823</link>
		<dc:creator>praemdev</dc:creator>
		<pubDate>Mon, 15 Feb 2010 08:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=571#comment-823</guid>
		<description>Thank you very Flex 3 code, I have question when I move record form Datagridto tree. if my algorithm not allow some record move to tree but UI record have already gone from Datagrid when complete drag drop, How can I prevent this case happen</description>
		<content:encoded><![CDATA[<p>Thank you very Flex 3 code, I have question when I move record form Datagridto tree. if my algorithm not allow some record move to tree but UI record have already gone from Datagrid when complete drag drop, How can I prevent this case happen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan Nieuwenhuizen</title>
		<link>http://www.flex-blog.com/drag-and-drop-from-datagrid-or-advanceddatagrid-to-tree/comment-page-1/#comment-787</link>
		<dc:creator>Arjan Nieuwenhuizen</dc:creator>
		<pubDate>Wed, 10 Feb 2010 11:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=571#comment-787</guid>
		<description>Flex 3 code is added at the bottom of the post.

Regards,

Arjan</description>
		<content:encoded><![CDATA[<p>Flex 3 code is added at the bottom of the post.</p>
<p>Regards,</p>
<p>Arjan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praemdev</title>
		<link>http://www.flex-blog.com/drag-and-drop-from-datagrid-or-advanceddatagrid-to-tree/comment-page-1/#comment-786</link>
		<dc:creator>praemdev</dc:creator>
		<pubDate>Wed, 10 Feb 2010 10:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=571#comment-786</guid>
		<description>Can u show me the code for Flex3 I really need it for my project</description>
		<content:encoded><![CDATA[<p>Can u show me the code for Flex3 I really need it for my project</p>
]]></content:encoded>
	</item>
</channel>
</rss>
