<?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: Preventing a user from selecting an item in a Flex DataGrid control</title>
	<atom:link href="http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Mon, 13 Feb 2012 01:38:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gyps</title>
		<link>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/comment-page-1/#comment-5975</link>
		<dc:creator>gyps</dc:creator>
		<pubDate>Fri, 09 Oct 2009 11:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/#comment-5975</guid>
		<description>Try to set selectedItem to null in onChange handler.</description>
		<content:encoded><![CDATA[<p>Try to set selectedItem to null in onChange handler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/comment-page-1/#comment-2450</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Fri, 12 Sep 2008 23:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/#comment-2450</guid>
		<description>dave,

Check out Alex Harui&#039;s excellent entry on &lt;a href=&quot;http://blogs.adobe.com/aharui/2007/06/disabling_list_selection.html&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;&quot;Disabling List Selection&quot;&lt;/u&gt;&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p>dave,</p>
<p>Check out Alex Harui&#8217;s excellent entry on <a href="http://blogs.adobe.com/aharui/2007/06/disabling_list_selection.html" rel="nofollow"><u>&#8220;Disabling List Selection&#8221;</u></a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/comment-page-1/#comment-2451</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Fri, 12 Sep 2008 21:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/#comment-2451</guid>
		<description>I&#039;ve been searching for a way to disable individual rows as well but can&#039;t find an answer. Anyone have an idea?

Great site, btw. I monitor it daily for solutions. Thanks so much for making it.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been searching for a way to disable individual rows as well but can&#8217;t find an answer. Anyone have an idea?</p>
<p>Great site, btw. I monitor it daily for solutions. Thanks so much for making it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Grant</title>
		<link>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/comment-page-1/#comment-2449</link>
		<dc:creator>Brad Grant</dc:creator>
		<pubDate>Fri, 11 Jul 2008 14:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/#comment-2449</guid>
		<description>I notice selectable=&quot;false&quot; also disables the rollover highlighting.  We want to keep the rollover highlight for a visual aid but not allow the rows to be selected.  I tried forcing useRollover to true but that did not work as selectable seems to take precedence.  Is there a way to keep the highlighting for rollover with selectable set to false?</description>
		<content:encoded><![CDATA[<p>I notice selectable=&#8221;false&#8221; also disables the rollover highlighting.  We want to keep the rollover highlight for a visual aid but not allow the rows to be selected.  I tried forcing useRollover to true but that did not work as selectable seems to take precedence.  Is there a way to keep the highlighting for rollover with selectable set to false?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Samland</title>
		<link>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/comment-page-1/#comment-2446</link>
		<dc:creator>Jamie Samland</dc:creator>
		<pubDate>Thu, 21 Feb 2008 22:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/#comment-2446</guid>
		<description>How can I disable individual rows of a datagrid?  I have a grid that&#039;s displaying current and forecasted data.  I don&#039;t want the users to be able to do anything with forecast data.</description>
		<content:encoded><![CDATA[<p>How can I disable individual rows of a datagrid?  I have a grid that&#8217;s displaying current and forecasted data.  I don&#8217;t want the users to be able to do anything with forecast data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/comment-page-1/#comment-2448</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Sat, 02 Feb 2008 19:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/#comment-2448</guid>
		<description>Kyle Hayes,

Yeah, but I guess technically it is correct since you are clicking an item, and it isn&#039;t getting selected/highlighted.
I just added the &lt;code&gt;itemClick&lt;/code&gt; business in there because I eventually expected somebody to ask how you could detect a click, and then I wouldn&#039;t have to go figure it out and then reply in the comments like I actually know what I&#039;m doing.

Regards,
Peter</description>
		<content:encoded><![CDATA[<p>Kyle Hayes,</p>
<p>Yeah, but I guess technically it is correct since you are clicking an item, and it isn&#8217;t getting selected/highlighted.<br />
I just added the <code>itemClick</code> business in there because I eventually expected somebody to ask how you could detect a click, and then I wouldn&#8217;t have to go figure it out and then reply in the comments like I actually know what I&#8217;m doing.</p>
<p>Regards,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hayes</title>
		<link>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/comment-page-1/#comment-2447</link>
		<dc:creator>Kyle Hayes</dc:creator>
		<pubDate>Sat, 02 Feb 2008 16:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/#comment-2447</guid>
		<description>Interestingly enough, it still pops open an alert if selectable = false</description>
		<content:encoded><![CDATA[<p>Interestingly enough, it still pops open an alert if selectable = false</p>
]]></content:encoded>
	</item>
</channel>
</rss>

