<?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: Using a custom context menu with the Flex DataGrid control</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/</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: svella</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/comment-page-2/#comment-10338</link>
		<dc:creator>svella</dc:creator>
		<pubDate>Thu, 26 Jan 2012 18:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-10338</guid>
		<description>I know this post is pretty ancient so I don&#039;t have high hopes of actually getting an answer, but though I&#039;d ask anyway. The example tracks which grid row the mouse is over in order to select that row when the context menu comes up. It appears the selection is working because the data displayed in the popup is for the row where the right click occurred, but ... the highlighting of the selected item doesn&#039;t happen until after the context menu is dismissed. I do the same thing in my app and have the same problem, but I could have sworn that it used to work, since it is really bad to select an action on the context menu that acts on a selection that has changed with no visible indication. I&#039;ve even tried everything I can think of to force an update of the display, so wondering if maybe some behavior has changed in newer versions of flash player.</description>
		<content:encoded><![CDATA[<p>I know this post is pretty ancient so I don&#8217;t have high hopes of actually getting an answer, but though I&#8217;d ask anyway. The example tracks which grid row the mouse is over in order to select that row when the context menu comes up. It appears the selection is working because the data displayed in the popup is for the row where the right click occurred, but &#8230; the highlighting of the selected item doesn&#8217;t happen until after the context menu is dismissed. I do the same thing in my app and have the same problem, but I could have sworn that it used to work, since it is really bad to select an action on the context menu that acts on a selection that has changed with no visible indication. I&#8217;ve even tried everything I can think of to force an update of the display, so wondering if maybe some behavior has changed in newer versions of flash player.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ace miel</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/comment-page-2/#comment-9421</link>
		<dc:creator>ace miel</dc:creator>
		<pubDate>Tue, 26 Jul 2011 08:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-9421</guid>
		<description>How do you display all selected data for multiple selections using the context menu?</description>
		<content:encoded><![CDATA[<p>How do you display all selected data for multiple selections using the context menu?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moorthi</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/comment-page-2/#comment-9195</link>
		<dc:creator>moorthi</dc:creator>
		<pubDate>Wed, 04 May 2011 10:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-9195</guid>
		<description>Thank you so much. Finally i got what i have searched for so long time.</description>
		<content:encoded><![CDATA[<p>Thank you so much. Finally i got what i have searched for so long time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/comment-page-2/#comment-8953</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 03 Feb 2011 22:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-8953</guid>
		<description>http://siphu.wordpress.com/2009/08/26/get-selected-cell-value-of-datagrid-in-flex/

This post should help. Get the columnIndex from the ListEvent fired from the datagrid.</description>
		<content:encoded><![CDATA[<p><a href="http://siphu.wordpress.com/2009/08/26/get-selected-cell-value-of-datagrid-in-flex/" rel="nofollow">http://siphu.wordpress.com/2009/08/26/get-selected-cell-value-of-datagrid-in-flex/</a></p>
<p>This post should help. Get the columnIndex from the ListEvent fired from the datagrid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajain Geevar</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/comment-page-2/#comment-8782</link>
		<dc:creator>Sajain Geevar</dc:creator>
		<pubDate>Wed, 29 Dec 2010 12:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-8782</guid>
		<description>I need different context menus on different columns. Any clues?</description>
		<content:encoded><![CDATA[<p>I need different context menus on different columns. Any clues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/comment-page-1/#comment-8442</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 15 Oct 2010 09:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-8442</guid>
		<description>excellent work...thank u ji</description>
		<content:encoded><![CDATA[<p>excellent work&#8230;thank u ji</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel McQuillen</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/comment-page-1/#comment-8292</link>
		<dc:creator>Daniel McQuillen</dc:creator>
		<pubDate>Mon, 30 Aug 2010 23:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-8292</guid>
		<description>hmmm.. my code code scrubbed...




	
	&lt;!-- THis datagrid just makes the UI a little more clear in regards to context menus --&gt;
	
	
		
	
	
</description>
		<content:encoded><![CDATA[<p>hmmm.. my code code scrubbed&#8230;</p>
<p>	<!-- THis datagrid just makes the UI a little more clear in regards to context menus --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel McQuillen</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/comment-page-1/#comment-8291</link>
		<dc:creator>Daniel McQuillen</dc:creator>
		<pubDate>Mon, 30 Aug 2010 23:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-8291</guid>
		<description>In using this trick on an AIR app, I experience a strange behavior where if I 1) right click to show the context menu and then 2) click on some other area of the datagrid to get rid of the context menu, the highlighting for some reason just stops.

Perhaps this is due to the simple DataGrid class I created to encapsulate this behavior. Any thoughts greatly appreciated.

&lt;code&gt;


	
		
	
	

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>In using this trick on an AIR app, I experience a strange behavior where if I 1) right click to show the context menu and then 2) click on some other area of the datagrid to get rid of the context menu, the highlighting for some reason just stops.</p>
<p>Perhaps this is due to the simple DataGrid class I created to encapsulate this behavior. Any thoughts greatly appreciated.</p>
<p><code></p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/comment-page-1/#comment-7926</link>
		<dc:creator>Ronnie</dc:creator>
		<pubDate>Wed, 16 Jun 2010 11:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-7926</guid>
		<description>Hi Peter,
I want to delete a line drawan in flex by choosing the &quot;erase &quot; item from its context menu. I mean when i right click on a line and choose erase i want that line to be cleared. How do i do that?</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
I want to delete a line drawan in flex by choosing the &#8220;erase &#8221; item from its context menu. I mean when i right click on a line and choose erase i want that line to be cleared. How do i do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/comment-page-1/#comment-6610</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Tue, 15 Dec 2009 14:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-6610</guid>
		<description>@Tim Romano,

Feel free to file a bug/enhancement request at http://bugs.adobe.com/flex/ if you think the AIR behavior should be changed. Or, you can also file Adobe AIR bugs/enhancements at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform and select &quot;Adobe AIR&quot; from the drop down menu.

Peter</description>
		<content:encoded><![CDATA[<p>@Tim Romano,</p>
<p>Feel free to file a bug/enhancement request at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> if you think the AIR behavior should be changed. Or, you can also file Adobe AIR bugs/enhancements at <a href="https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform" rel="nofollow">https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform</a> and select &#8220;Adobe AIR&#8221; from the drop down menu.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>

