<?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: Preventing a user from selecting an item in a Flex DataGrid control</title>
	<link>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Thu, 08 Jan 2009 16:42:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<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-15526</link>
		<author>peterd</author>
		<pubDate>Fri, 12 Sep 2008 23:01:23 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/#comment-15526</guid>
		<description>dave,

Check out Alex Harui's excellent entry on &lt;a href="http://blogs.adobe.com/aharui/2007/06/disabling_list_selection.html" rel="nofollow"&gt;&lt;u&gt;"Disabling List Selection"&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-15524</link>
		<author>dave</author>
		<pubDate>Fri, 12 Sep 2008 21:40:40 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/#comment-15524</guid>
		<description>I've been searching for a way to disable individual rows as well but can'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-14095</link>
		<author>Brad Grant</author>
		<pubDate>Fri, 11 Jul 2008 14:02:53 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/#comment-14095</guid>
		<description>I notice selectable="false" 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-7122</link>
		<author>Jamie Samland</author>
		<pubDate>Thu, 21 Feb 2008 22:00:37 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/#comment-7122</guid>
		<description>How can I disable individual rows of a datagrid?  I have a grid that's displaying current and forecasted data.  I don'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-6587</link>
		<author>peterd</author>
		<pubDate>Sat, 02 Feb 2008 19:34:32 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/#comment-6587</guid>
		<description>Kyle Hayes,

Yeah, but I guess technically it is correct since you are clicking an item, and it isn'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't have to go figure it out and then reply in the comments like I actually know what I'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-6577</link>
		<author>Kyle Hayes</author>
		<pubDate>Sat, 02 Feb 2008 16:50:06 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/01/preventing-a-user-from-selecting-an-item-in-a-flex-datagrid-control/#comment-6577</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>
