<?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; cursor</title>
	<atom:link href="http://flex.exposedout.net/tag/cursor/feed/" rel="self" type="application/rss+xml" />
	<link>http://flex.exposedout.net</link>
	<description>i am an itemrendrer in the making!</description>
	<lastBuildDate>Fri, 11 Jun 2010 15:54:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.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 [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></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>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fflex.exposedout.net%2F2008%2F10%2F05%2Fsearch-datagrid-and-simple-datagrid-itemrenderer-example%2F&amp;title=Search%20dataGrid%20and%20Simple%20dataGrid%20Itemrenderer%20example" title="DZone"><img src="http://flex.exposedout.net/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fflex.exposedout.net%2F2008%2F10%2F05%2Fsearch-datagrid-and-simple-datagrid-itemrenderer-example%2F&amp;title=Search%20dataGrid%20and%20Simple%20dataGrid%20Itemrenderer%20example&amp;bodytext=The%20following%20example%20is%20a%20Simple%20searchable%20DataGrid%2C%20I%20have%20also%20included%20dataGrid%20item%20renderer%20to%20show%20how%20to%20define%2Fuse%20a%20dataGrid%20%22itemRendrer%22.%20Search%20and%20Highlight%20a%20row%20depending%20on%20the%20searched%20text%20in%20a%20dataGrid.%20Define%20a%20cursor%20to%20travers" title="Digg"><img src="http://flex.exposedout.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Search%20dataGrid%20and%20Simple%20dataGrid%20Itemrenderer%20example%20-%20http%3A%2F%2Fflex.exposedout.net%2F2008%2F10%2F05%2Fsearch-datagrid-and-simple-datagrid-itemrenderer-example%2F" title="Twitter"><img src="http://flex.exposedout.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fflex.exposedout.net%2F2008%2F10%2F05%2Fsearch-datagrid-and-simple-datagrid-itemrenderer-example%2F&amp;title=Search%20dataGrid%20and%20Simple%20dataGrid%20Itemrenderer%20example&amp;annotation=The%20following%20example%20is%20a%20Simple%20searchable%20DataGrid%2C%20I%20have%20also%20included%20dataGrid%20item%20renderer%20to%20show%20how%20to%20define%2Fuse%20a%20dataGrid%20%22itemRendrer%22.%20Search%20and%20Highlight%20a%20row%20depending%20on%20the%20searched%20text%20in%20a%20dataGrid.%20Define%20a%20cursor%20to%20travers" title="Google Bookmarks"><img src="http://flex.exposedout.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fflex.exposedout.net%2F2008%2F10%2F05%2Fsearch-datagrid-and-simple-datagrid-itemrenderer-example%2F" title="Technorati"><img src="http://flex.exposedout.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fflex.exposedout.net%2F2008%2F10%2F05%2Fsearch-datagrid-and-simple-datagrid-itemrenderer-example%2F&amp;title=Search%20dataGrid%20and%20Simple%20dataGrid%20Itemrenderer%20example" title="StumbleUpon"><img src="http://flex.exposedout.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fflex.exposedout.net%2F2008%2F10%2F05%2Fsearch-datagrid-and-simple-datagrid-itemrenderer-example%2F&amp;t=Search%20dataGrid%20and%20Simple%20dataGrid%20Itemrenderer%20example" title="MySpace"><img src="http://flex.exposedout.net/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fflex.exposedout.net%2F2008%2F10%2F05%2Fsearch-datagrid-and-simple-datagrid-itemrenderer-example%2F" title="Sphinn"><img src="http://flex.exposedout.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fflex.exposedout.net%2F2008%2F10%2F05%2Fsearch-datagrid-and-simple-datagrid-itemrenderer-example%2F&amp;title=Search%20dataGrid%20and%20Simple%20dataGrid%20Itemrenderer%20example&amp;notes=The%20following%20example%20is%20a%20Simple%20searchable%20DataGrid%2C%20I%20have%20also%20included%20dataGrid%20item%20renderer%20to%20show%20how%20to%20define%2Fuse%20a%20dataGrid%20%22itemRendrer%22.%20Search%20and%20Highlight%20a%20row%20depending%20on%20the%20searched%20text%20in%20a%20dataGrid.%20Define%20a%20cursor%20to%20travers" title="del.icio.us"><img src="http://flex.exposedout.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fflex.exposedout.net%2F2008%2F10%2F05%2Fsearch-datagrid-and-simple-datagrid-itemrenderer-example%2F&amp;t=Search%20dataGrid%20and%20Simple%20dataGrid%20Itemrenderer%20example" title="Facebook"><img src="http://flex.exposedout.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fflex.exposedout.net%2F2008%2F10%2F05%2Fsearch-datagrid-and-simple-datagrid-itemrenderer-example%2F&amp;title=Search%20dataGrid%20and%20Simple%20dataGrid%20Itemrenderer%20example" title="Reddit"><img src="http://flex.exposedout.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fflex.exposedout.net%2F2008%2F10%2F05%2Fsearch-datagrid-and-simple-datagrid-itemrenderer-example%2F&amp;title=Search%20dataGrid%20and%20Simple%20dataGrid%20Itemrenderer%20example" title="Mixx"><img src="http://flex.exposedout.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
</ul>
</div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</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>
	</channel>
</rss>
