<?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: Setting the menu selection mode on a DataGrid control in Flex</title>
	<link>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Thu, 04 Dec 2008 23:50:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8551</link>
		<author>peterd</author>
		<pubDate>Fri, 28 Mar 2008 13:54:54 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8551</guid>
		<description>Klaus Busse,

Which version of Flex are you using (201? 3?)

Peter</description>
		<content:encoded><![CDATA[<p>Klaus Busse,</p>
<p>Which version of Flex are you using (201? 3?)</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus Busse</title>
		<link>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8506</link>
		<author>Klaus Busse</author>
		<pubDate>Fri, 28 Mar 2008 10:02:15 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8506</guid>
		<description>Mmmh, here the selection in menu selection mode switches not before a mouse move.

So if menuSelectionMode is on, and I drag from row 2 to row 5, row 2 stays selected until I make the next mouse move after the mouse up. Any idea how to fix it?

Thanks

Klaus</description>
		<content:encoded><![CDATA[<p>Mmmh, here the selection in menu selection mode switches not before a mouse move.</p>
<p>So if menuSelectionMode is on, and I drag from row 2 to row 5, row 2 stays selected until I make the next mouse move after the mouse up. Any idea how to fix it?</p>
<p>Thanks</p>
<p>Klaus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8399</link>
		<author>Luis</author>
		<pubDate>Thu, 27 Mar 2008 22:26:41 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8399</guid>
		<description>Hello I have a web www&#x002E;worldletting.com and I would like to make it with flex and some database. Can you explain in diferents articles how can I make filters. For example when some user select "Property type" how can I present my diferents properties depending the type of the property that was selected.

Which database you recomend me?


Thanks a lot. Your blog is excelent.</description>
		<content:encoded><![CDATA[<p>Hello I have a web www&#x002E;worldletting.com and I would like to make it with flex and some database. Can you explain in diferents articles how can I make filters. For example when some user select &#8220;Property type&#8221; how can I present my diferents properties depending the type of the property that was selected.</p>
<p>Which database you recomend me?</p>
<p>Thanks a lot. Your blog is excelent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eternalko</title>
		<link>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8377</link>
		<author>eternalko</author>
		<pubDate>Thu, 27 Mar 2008 20:34:14 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8377</guid>
		<description>Now I get it!
Thanks Peter!</description>
		<content:encoded><![CDATA[<p>Now I get it!<br />
Thanks Peter!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8314</link>
		<author>peterd</author>
		<pubDate>Thu, 27 Mar 2008 17:29:18 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8314</guid>
		<description>With the &lt;code&gt;menuSelectionMode&lt;/code&gt; CheckBox deselected, try clicking on row 2, keeping the mouse button down and then dragging and releasing over row 5. Row 2 should still be selected.
Do the same thing with the &lt;code&gt;menuSelectionMode&lt;/code&gt; CheckBox selected. Now when dragging your mouse you should see the rows highlight and select the item that your cursor was over when you released the button. So, in this case row 5 should be selected.

Peter</description>
		<content:encoded><![CDATA[<p>With the <code>menuSelectionMode</code> CheckBox deselected, try clicking on row 2, keeping the mouse button down and then dragging and releasing over row 5. Row 2 should still be selected.<br />
Do the same thing with the <code>menuSelectionMode</code> CheckBox selected. Now when dragging your mouse you should see the rows highlight and select the item that your cursor was over when you released the button. So, in this case row 5 should be selected.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalle</title>
		<link>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8287</link>
		<author>Kalle</author>
		<pubDate>Thu, 27 Mar 2008 15:39:07 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8287</guid>
		<description>Try "dragging" a selection. 
If menuSelectionMode is on it will behave like an application menubar,
at least as far as I can tell. 
Ie. it'll end up selection the row where the mouse-button-up-event occurs.</description>
		<content:encoded><![CDATA[<p>Try &#8220;dragging&#8221; a selection.<br />
If menuSelectionMode is on it will behave like an application menubar,<br />
at least as far as I can tell.<br />
Ie. it&#8217;ll end up selection the row where the mouse-button-up-event occurs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8268</link>
		<author>Anonymous</author>
		<pubDate>Thu, 27 Mar 2008 14:39:16 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8268</guid>
		<description>so do i,i really don't konw what does it do?</description>
		<content:encoded><![CDATA[<p>so do i,i really don&#8217;t konw what does it do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Matti</title>
		<link>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8244</link>
		<author>Michael Matti</author>
		<pubDate>Thu, 27 Mar 2008 12:29:55 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/26/setting-the-menu-selection-mode-on-a-datagrid-control-in-flex/#comment-8244</guid>
		<description>So, what exactly does menuSelectionMode do for a DataGrid? It's great to have these live examples, but in this case, I can't find any difference in the grid after clicking the checkbox.</description>
		<content:encoded><![CDATA[<p>So, what exactly does menuSelectionMode do for a DataGrid? It&#8217;s great to have these live examples, but in this case, I can&#8217;t find any difference in the grid after clicking the checkbox.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
