<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FlexOut &#187; itemrenderer</title>
	<atom:link href="http://flex.exposedout.net/tag/itemrenderer/feed/" rel="self" type="application/rss+xml" />
	<link>http://flex.exposedout.net</link>
	<description>i am an itemrendrer in the making!</description>
	<lastBuildDate>Fri, 13 May 2011 10:05:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Search dataGrid and Simple dataGrid Itemrenderer example</title>
		<link>http://flex.exposedout.net/2008/10/05/search-datagrid-and-simple-datagrid-itemrenderer-example/</link>
		<comments>http://flex.exposedout.net/2008/10/05/search-datagrid-and-simple-datagrid-itemrenderer-example/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 02:13:56 +0000</pubDate>
		<dc:creator>Vikram singh</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[datagrid]]></category>
		<category><![CDATA[itemrenderer]]></category>
		<category><![CDATA[lifecycle]]></category>

		<guid isPermaLink="false">http://guavus.wordpress.com/?p=85</guid>
		<description><![CDATA[The following example is a Simple searchable DataGrid, I have also included dataGrid item renderer to show how to define/use a dataGrid &#8220;itemRendrer&#8221;. Search and Highlight a row depending on the searched text in a dataGrid. Define a cursor to traverse dataGrid rows. The Objective of this example : How to create custom item rendrer [...]


Related posts:<ol><li><a href='http://flex.exposedout.net/2008/09/08/inline-itemrenderer/' rel='bookmark' title='Permanent Link: Inline Itemrenderer'>Inline Itemrenderer</a></li>
<li><a href='http://flex.exposedout.net/2009/01/22/filter-datagrid-using-slider/' rel='bookmark' title='Permanent Link: Filter datagrid using a hslider'>Filter datagrid using a hslider</a></li>
<li><a href='http://flex.exposedout.net/2008/10/15/flex-datagrid-default-column-sort/' rel='bookmark' title='Permanent Link: Flex dataGrid default column sort'>Flex dataGrid default column sort</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The following example is a Simple searchable DataGrid, I have also included dataGrid item renderer to show how to define/use a dataGrid &#8220;itemRendrer&#8221;. Search and Highlight a row depending on the searched text in a dataGrid. Define a cursor to traverse dataGrid rows.</p>
<p>The Objective of this example :</p>
<ul>
<li>How to create custom <a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000854.html" target="_blank">item rendrer</a> using Updatedisplaylist and data property.</li>
<li>How to use the itemrendrer (<a href="http://www.adobe.com/devnet/flex/articles/itemrenderers_pt1.html" target="_blank">detail</a>).</li>
<li>How to use custom <a href="http://livedocs.adobe.com/flex/2/langref/mx/collections/IViewCursor.html" target="_blank">cursors </a>in a dataGrid.</li>
<li>how to write a <a href="http://guavus.wordpress.com/2008/09/15/flex-component-lifecycle/" target="_blank">custom component</a> extending a base component in this case dataGrid. (highlight a row in the dataGrid).</li>
</ul>
<p style="text-align:center;"><a href="http://4638714813934842079-a-1802744773732722657-s-sites.googlegroups.com/site/vxaodz/aodz/search_datagrid.swf"><img class="aligncenter size-medium wp-image-86" title="search_datagrid" src="http://guavus.files.wordpress.com/2008/10/search_datagrid.png?w=300" alt="" width="300" height="216" /></a></p>
<p>Download source:</p>
<ul>
<li><a href="http://sites.google.com/site/vxaodz/aodz/search_datagrid.mxml" target="_blank">search_datagrid.mxml </a>(Main application)</li>
<li><a href="http://sites.google.com/site/vxaodz/aodz/UserLabelRendr3r.as" target="_blank">UserLabelRendr3r.as</a> (Item rendrer)<a href="http://sites.google.com/site/vxaodz/aodz/UserLabelRendr3r.as" target="_blank"><br />
</a></li>
<li><a href="http://sites.google.com/site/vxaodz/aodz/CustomRowColorDG.as" target="_blank">CustomRowColorDG.as</a> (highlight selected row in a dataGrid)</li>
</ul>
<p>Sample : <a href="http://4638714813934842079-a-1802744773732722657-s-sites.googlegroups.com/site/vxaodz/aodz/search_datagrid.swf" target="_blank">search_datagrid</a></p>


<p>Related posts:<ol><li><a href='http://flex.exposedout.net/2008/09/08/inline-itemrenderer/' rel='bookmark' title='Permanent Link: Inline Itemrenderer'>Inline Itemrenderer</a></li>
<li><a href='http://flex.exposedout.net/2009/01/22/filter-datagrid-using-slider/' rel='bookmark' title='Permanent Link: Filter datagrid using a hslider'>Filter datagrid using a hslider</a></li>
<li><a href='http://flex.exposedout.net/2008/10/15/flex-datagrid-default-column-sort/' rel='bookmark' title='Permanent Link: Flex dataGrid default column sort'>Flex dataGrid default column sort</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://flex.exposedout.net/2008/10/05/search-datagrid-and-simple-datagrid-itemrenderer-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inline Itemrenderer</title>
		<link>http://flex.exposedout.net/2008/09/08/inline-itemrenderer/</link>
		<comments>http://flex.exposedout.net/2008/09/08/inline-itemrenderer/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 05:56:29 +0000</pubDate>
		<dc:creator>Vikram singh</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[datagrid]]></category>
		<category><![CDATA[itemrenderer]]></category>

		<guid isPermaLink="false">http://guavus.wordpress.com/?p=46</guid>
		<description><![CDATA[I stumbled upon an unknown property as I was trying to use an Inline Item Renderer on my DataGrid Columns. If you use the &#60;mx:component&#62; tag with your inline item renderer and try to have your component call an event in your main application you will get a nasty &#8220;Access to undefined method &#8230;&#8230;&#8221;. This [...]


Related posts:<ol><li><a href='http://flex.exposedout.net/2008/10/05/search-datagrid-and-simple-datagrid-itemrenderer-example/' rel='bookmark' title='Permanent Link: Search dataGrid and Simple dataGrid Itemrenderer example'>Search dataGrid and Simple dataGrid Itemrenderer example</a></li>
<li><a href='http://flex.exposedout.net/2008/10/15/flex-datagrid-default-column-sort/' rel='bookmark' title='Permanent Link: Flex dataGrid default column sort'>Flex dataGrid default column sort</a></li>
<li><a href='http://flex.exposedout.net/2009/07/10/dynamically-add-remove-columns-in-a-datagrid/' rel='bookmark' title='Permanent Link: Dynamically add remove columns in a datagrid'>Dynamically add remove columns in a datagrid</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon an unknown property as I was trying to use an Inline Item Renderer on my DataGrid Columns. If you use the &lt;mx:component&gt; tag with your inline item renderer and try to have your component call an event in your main application you will get a nasty &#8220;Access to undefined method &#8230;&#8230;&#8221;. This is because your Inline Item Renderer is unaware of what exists in your main application. But you can use the outerDocument property to access event handlers in you main application.</p>
<p><strong>Example:</strong><br />
&lt;mx:itemRenderer&gt;<br />
&lt;mx:Component&gt;<br />
&lt;mx:VBox &gt;<br />
&lt;mx:Button label=&#8221;Remove&#8221; click=&#8221;<span style="color:#ff0000;">outerDocument.remove()</span>&#8220;/&gt;<br />
&lt;/mx:VBox&gt;<br />
&lt;/mx:Component&gt;<br />
&lt;/mx:itemRenderer&gt;</p>


<p>Related posts:<ol><li><a href='http://flex.exposedout.net/2008/10/05/search-datagrid-and-simple-datagrid-itemrenderer-example/' rel='bookmark' title='Permanent Link: Search dataGrid and Simple dataGrid Itemrenderer example'>Search dataGrid and Simple dataGrid Itemrenderer example</a></li>
<li><a href='http://flex.exposedout.net/2008/10/15/flex-datagrid-default-column-sort/' rel='bookmark' title='Permanent Link: Flex dataGrid default column sort'>Flex dataGrid default column sort</a></li>
<li><a href='http://flex.exposedout.net/2009/07/10/dynamically-add-remove-columns-in-a-datagrid/' rel='bookmark' title='Permanent Link: Dynamically add remove columns in a datagrid'>Dynamically add remove columns in a datagrid</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://flex.exposedout.net/2008/09/08/inline-itemrenderer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

