<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Removing items from a Flex DataGrid control using the DragManager class</title>
	<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Mon, 13 Oct 2008 08:35:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<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-14978</link>
		<author>Chris</author>
		<pubDate>Wed, 27 Aug 2008 16:48:08 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-14978</guid>
		<description>I am looking for a way to do something similar but instead of having one specific drop target(your trash can) I'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-14567</link>
		<author>Dmitry</author>
		<pubDate>Sat, 09 Aug 2008 02:28:09 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-14567</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-14418</link>
		<author>Venkat</author>
		<pubDate>Thu, 31 Jul 2008 13:53:43 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-14418</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 - 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-14417</link>
		<author>Venkat</author>
		<pubDate>Thu, 31 Jul 2008 13:48:36 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-14417</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 "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/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 &#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-13332</link>
		<author>peterd</author>
		<pubDate>Tue, 10 Jun 2008 23:30:15 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-13332</guid>
		<description>Rubens de Souza Silva,

Check out &lt;a href="http://butterfliesandbugs.wordpress.com/2007/10/25/workaround-for-error-when-loading-popups-from-modules/" rel="nofollow"&gt;"Workaround for error when loading PopUps from Modules"&lt;/a&gt; at &lt;a href="http://butterfliesandbugs.wordpress.com/" rel="nofollow"&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-13330</link>
		<author>Rubens de Souza Silva</author>
		<pubDate>Tue, 10 Jun 2008 17:25:34 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-13330</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-12252</link>
		<author>Su-young</author>
		<pubDate>Thu, 24 Apr 2008 02:51:04 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-12252</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-12251</link>
		<author>Su-young</author>
		<pubDate>Thu, 24 Apr 2008 02:50:10 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-12251</guid>
		<description>Thank you for your Source.
I'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>
	<item>
		<title>By: Rod</title>
		<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-12066</link>
		<author>Rod</author>
		<pubDate>Thu, 17 Apr 2008 16:09:13 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-12066</guid>
		<description>Pete, good stuff as always. How about some AdvancedDataGrid examples? I'd like to see the proper way to setup grouping in Actionscript. What I'm doing doesn't seem to be working:

	groupingCol = new GroupingCollection();
	groupingCol.source = this.returnList;
	groupingCol.grouping = new Grouping();
	groupingCol.grouping.fields = [new GroupingField("document_class")];


Regards,
R.</description>
		<content:encoded><![CDATA[<p>Pete, good stuff as always. How about some AdvancedDataGrid examples? I&#8217;d like to see the proper way to setup grouping in Actionscript. What I&#8217;m doing doesn&#8217;t seem to be working:</p>
<p>	groupingCol = new GroupingCollection();<br />
	groupingCol.source = this.returnList;<br />
	groupingCol.grouping = new Grouping();<br />
	groupingCol.grouping.fields = [new GroupingField(&#8221;document_class&#8221;)];</p>
<p>Regards,<br />
R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozgur</title>
		<link>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-12065</link>
		<author>Ozgur</author>
		<pubDate>Thu, 17 Apr 2008 15:53:37 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/04/16/removing-items-from-a-flex-datagrid-control-using-the-dragmanager-class/#comment-12065</guid>
		<description>I searched the internet, and also Adobe Flex Builder help pages, but couldn't find a way to create a Grid layout container with a single button in it as an item USING ACTIONSCRIPT ONLY rather than mxml. I don't like mxml because it gives lots of limitation when I need to create things at run time. Is there any code samples to do it?</description>
		<content:encoded><![CDATA[<p>I searched the internet, and also Adobe Flex Builder help pages, but couldn&#8217;t find a way to create a Grid layout container with a single button in it as an item USING ACTIONSCRIPT ONLY rather than mxml. I don&#8217;t like mxml because it gives lots of limitation when I need to create things at run time. Is there any code samples to do it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
