<?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: Removing items from a Flex DataGrid control using the DragManager class</title>
	<atom:link href="http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lee</title>
		<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/comment-page-1/#comment-9253</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Sat, 28 May 2011 03:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-9253</guid>
		<description>so cool！！！！

tkx！</description>
		<content:encoded><![CDATA[<p>so cool！！！！</p>
<p>tkx！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/comment-page-1/#comment-3122</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Wed, 19 Nov 2008 22:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-3122</guid>
		<description>Hello,

I&#039;m trying to drag a dynamically added panel control between 3 VBox Containers.

The trick is not only dragging a panel between them but having them snap into
place due to
VBox positioning. when i add the panels they drop in, one on top of the other
but when i
drag them (within the same VBox) they no longer position themselves to the
strict vertical
layout of the container.

obviously, AS is the only way to achieve this effect...

Adobe help files show an example of dragging an icon from one Canvas to another.
However,
when i try to plug in the AS to fit my needs, it still isn&#039;t quite right.

any tips?
Thanks,
Andre</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m trying to drag a dynamically added panel control between 3 VBox Containers.</p>
<p>The trick is not only dragging a panel between them but having them snap into<br />
place due to<br />
VBox positioning. when i add the panels they drop in, one on top of the other<br />
but when i<br />
drag them (within the same VBox) they no longer position themselves to the<br />
strict vertical<br />
layout of the container.</p>
<p>obviously, AS is the only way to achieve this effect&#8230;</p>
<p>Adobe help files show an example of dragging an icon from one Canvas to another.<br />
However,<br />
when i try to plug in the AS to fit my needs, it still isn&#8217;t quite right.</p>
<p>any tips?<br />
Thanks,<br />
Andre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/comment-page-1/#comment-3120</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 27 Aug 2008 16:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-3120</guid>
		<description>I am looking for a way to do something similar but instead of having one specific drop target(your trash can) I&#039;d like to let the user drop the item anywhere other than the list to delete it.

Any ideas? I tried putting dragEnter and dragDrop events on my WindowedApplication but with no success.</description>
		<content:encoded><![CDATA[<p>I am looking for a way to do something similar but instead of having one specific drop target(your trash can) I&#8217;d like to let the user drop the item anywhere other than the list to delete it.</p>
<p>Any ideas? I tried putting dragEnter and dragDrop events on my WindowedApplication but with no success.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/comment-page-1/#comment-3121</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Sat, 09 Aug 2008 02:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-3121</guid>
		<description>Thnx for the sample.
Just one question. Is there any way in flex to select more than one item a time from the datagrid?</description>
		<content:encoded><![CDATA[<p>Thnx for the sample.<br />
Just one question. Is there any way in flex to select more than one item a time from the datagrid?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat</title>
		<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/comment-page-1/#comment-3124</link>
		<dc:creator>Venkat</dc:creator>
		<pubDate>Thu, 31 Jul 2008 13:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-3124</guid>
		<description>Is there any option available in FLEX3 to place the DATA GRID Columns in different pannel or canvas.

I have requirement to populate the data from a table in a multi record control like grid.

The data from the same table should be shown in one tab as a grid - i.e multiple rows. Once user selects a particular row from the grid, the user should be able to see more details of this record in another tab, once he selects the Details tab.

Note: The details are also from the same table and correspond to same row.</description>
		<content:encoded><![CDATA[<p>Is there any option available in FLEX3 to place the DATA GRID Columns in different pannel or canvas.</p>
<p>I have requirement to populate the data from a table in a multi record control like grid.</p>
<p>The data from the same table should be shown in one tab as a grid &#8211; i.e multiple rows. Once user selects a particular row from the grid, the user should be able to see more details of this record in another tab, once he selects the Details tab.</p>
<p>Note: The details are also from the same table and correspond to same row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat</title>
		<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/comment-page-1/#comment-3123</link>
		<dc:creator>Venkat</dc:creator>
		<pubDate>Thu, 31 Jul 2008 13:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-3123</guid>
		<description>Is there any option available in FLEX3 to place the DATA GRID Columns in different pannel/canvas. I have to populate the data from a table to a grid. The data from the same table should be shown in one tab as a grid - i.e multiple rows. Once user selects a particular row from the grid, the user should be able to see more details of this record in another tab, once he selects the &quot;Details&quot; tab. Note: The details are also from the same table and correspond to same row.</description>
		<content:encoded><![CDATA[<p>Is there any option available in FLEX3 to place the DATA GRID Columns in different pannel/canvas. I have to populate the data from a table to a grid. The data from the same table should be shown in one tab as a grid &#8211; i.e multiple rows. Once user selects a particular row from the grid, the user should be able to see more details of this record in another tab, once he selects the &#8220;Details&#8221; tab. Note: The details are also from the same table and correspond to same row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/comment-page-1/#comment-3115</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Tue, 10 Jun 2008 23:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-3115</guid>
		<description>Rubens de Souza Silva,

Check out &lt;a href=&quot;http://butterfliesandbugs.wordpress.com/2007/10/25/workaround-for-error-when-loading-popups-from-modules/&quot; rel=&quot;nofollow&quot;&gt;&quot;Workaround for error when loading PopUps from Modules&quot;&lt;/a&gt; at &lt;a href=&quot;http://butterfliesandbugs.wordpress.com/&quot; rel=&quot;nofollow&quot;&gt;Flex Butterflies and Bugs&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p>Rubens de Souza Silva,</p>
<p>Check out <a href="http://butterfliesandbugs.wordpress.com/2007/10/25/workaround-for-error-when-loading-popups-from-modules/" rel="nofollow">&#8220;Workaround for error when loading PopUps from Modules&#8221;</a> at <a href="http://butterfliesandbugs.wordpress.com/" rel="nofollow">Flex Butterflies and Bugs</a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rubens de Souza Silva</title>
		<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/comment-page-1/#comment-3114</link>
		<dc:creator>Rubens de Souza Silva</dc:creator>
		<pubDate>Tue, 10 Jun 2008 17:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-3114</guid>
		<description>It not work in a module.
Is a bug?</description>
		<content:encoded><![CDATA[<p>It not work in a module.<br />
Is a bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Su-young</title>
		<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/comment-page-1/#comment-3119</link>
		<dc:creator>Su-young</dc:creator>
		<pubDate>Thu, 24 Apr 2008 02:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-3119</guid>
		<description>Thank you for your Source.
I take your source.</description>
		<content:encoded><![CDATA[<p>Thank you for your Source.<br />
I take your source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Su-young</title>
		<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/comment-page-1/#comment-3118</link>
		<dc:creator>Su-young</dc:creator>
		<pubDate>Thu, 24 Apr 2008 02:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-3118</guid>
		<description>Thank you for your Source.
I&#039;m take your source.</description>
		<content:encoded><![CDATA[<p>Thank you for your Source.<br />
I&#8217;m take your source.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

