<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A 3-state checkbox in an AdvancedDataGrid ItemRenderer</title>
	<atom:link href="http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/feed/" rel="self" type="application/rss+xml" />
	<link>http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/</link>
	<description>Not everything about technology, but close....</description>
	<lastBuildDate>Thu, 24 Dec 2009 04:56:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Olivier</title>
		<link>http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/#comment-1263</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Tue, 22 Dec 2009 16:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=16#comment-1263</guid>
		<description>Just wanted to post to say thx, been trying to make this myself from adobe itemrenderer examples all day, to no avail, i had to make some minor changes to my own code but all were asked/explained in the comments, thx again</description>
		<content:encoded><![CDATA[<p>Just wanted to post to say thx, been trying to make this myself from adobe itemrenderer examples all day, to no avail, i had to make some minor changes to my own code but all were asked/explained in the comments, thx again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijesh</title>
		<link>http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/#comment-1254</link>
		<dc:creator>vijesh</dc:creator>
		<pubDate>Wed, 09 Dec 2009 04:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=16#comment-1254</guid>
		<description>I wants to select the checkbox on selecting the datagrid item. How it will do.. Thanks in advance...</description>
		<content:encoded><![CDATA[<p>I wants to select the checkbox on selecting the datagrid item. How it will do.. Thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/#comment-1233</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Fri, 06 Nov 2009 11:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=16#comment-1233</guid>
		<description>Do you need to select the row on click of the checkbox, and keep on adding the checked rows to the selected rows?
For this, you can set the selectedItems property of the AdvancedDataGrid in the renderer. You can access AdvancedDataGrid in the renderer through the listdata.owner property.</description>
		<content:encoded><![CDATA[<p>Do you need to select the row on click of the checkbox, and keep on adding the checked rows to the selected rows?<br />
For this, you can set the selectedItems property of the AdvancedDataGrid in the renderer. You can access AdvancedDataGrid in the renderer through the listdata.owner property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/#comment-1231</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Fri, 06 Nov 2009 04:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=16#comment-1231</guid>
		<description>Have a look at comment #71 and #72. Does that solve your issue?</description>
		<content:encoded><![CDATA[<p>Have a look at comment #71 and #72. Does that solve your issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thandar</title>
		<link>http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/#comment-1226</link>
		<dc:creator>thandar</dc:creator>
		<pubDate>Wed, 04 Nov 2009 10:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=16#comment-1226</guid>
		<description>Now I didn&#039;t multiselection columns when check box click in advanced data grid in flex3.I want to do like gmail ,when check box click,that row selected and other click like that.But it is not yet okay now.I can&#039;t find any source code like that in Internet and I can&#039;t develop by myself.Help me!</description>
		<content:encoded><![CDATA[<p>Now I didn&#8217;t multiselection columns when check box click in advanced data grid in flex3.I want to do like gmail ,when check box click,that row selected and other click like that.But it is not yet okay now.I can&#8217;t find any source code like that in Internet and I can&#8217;t develop by myself.Help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El_emre</title>
		<link>http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/#comment-1223</link>
		<dc:creator>El_emre</dc:creator>
		<pubDate>Sat, 31 Oct 2009 14:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=16#comment-1223</guid>
		<description>I use a ArrayCollectionWithFilters as provider.
And I specify for every item if it is checked or not(setting the Version field) and i want the parent category to be checked if all children are selected.
 
I use GroupingCollection and I don&#039;t know how to set check the grouping Object on creation of grid.</description>
		<content:encoded><![CDATA[<p>I use a ArrayCollectionWithFilters as provider.<br />
And I specify for every item if it is checked or not(setting the Version field) and i want the parent category to be checked if all children are selected.</p>
<p>I use GroupingCollection and I don&#8217;t know how to set check the grouping Object on creation of grid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/#comment-1215</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Tue, 27 Oct 2009 06:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=16#comment-1215</guid>
		<description>Yes, you can achieve this. For example, you can have a property in the dataProvider and in the renderer disable the checkbox based on that</description>
		<content:encoded><![CDATA[<p>Yes, you can achieve this. For example, you can have a property in the dataProvider and in the renderer disable the checkbox based on that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cheah</title>
		<link>http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/#comment-1214</link>
		<dc:creator>cheah</dc:creator>
		<pubDate>Mon, 26 Oct 2009 07:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=16#comment-1214</guid>
		<description>Hi,

Is it possible to lock the checkbox that will not user check or uncheck with certain criteria?

Thanks in advance. :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is it possible to lock the checkbox that will not user check or uncheck with certain criteria?</p>
<p>Thanks in advance. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shajil</title>
		<link>http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/#comment-1191</link>
		<dc:creator>Shajil</dc:creator>
		<pubDate>Tue, 15 Sep 2009 06:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=16#comment-1191</guid>
		<description>I did that by creating a custom itemrenderer.Thanks Sameer for the support</description>
		<content:encoded><![CDATA[<p>I did that by creating a custom itemrenderer.Thanks Sameer for the support</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shajil</title>
		<link>http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/#comment-1190</link>
		<dc:creator>Shajil</dc:creator>
		<pubDate>Mon, 14 Sep 2009 11:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=16#comment-1190</guid>
		<description>I am not an expert in Flex.can you please do a sample and post so that i can learn easily
Thanks in advance</description>
		<content:encoded><![CDATA[<p>I am not an expert in Flex.can you please do a sample and post so that i can learn easily<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
