<?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>Ryan Campbell &#187; DataGrid</title>
	<atom:link href="http://www.ryancampbell.com/category/datagrid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryancampbell.com</link>
	<description>Flex/Flash Developer Blog</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:46:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OpenFlux: Custom Expanding DataGridRow (view source enabled)</title>
		<link>http://www.ryancampbell.com/2009/01/31/openflux-custom-expanding-datagridrow-view-source-enabled/</link>
		<comments>http://www.ryancampbell.com/2009/01/31/openflux-custom-expanding-datagridrow-view-source-enabled/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 18:29:25 +0000</pubDate>
		<dc:creator>Ryan Campbell</dc:creator>
				<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[OpenFlux]]></category>

		<guid isPermaLink="false">http://www.bobjim.com/2009/01/31/openflux-custom-expanding-datagridrow-view-source-enabled/</guid>
		<description><![CDATA[The current project I'm on in the mockups shows a DataGrid component that requires the ability to expand the row height to show more details on the selected item. Although this sounds simple to do, the Flex DataGrid component is a beast and if this isn't something you've been tasked before you're probably scratching your [...]]]></description>
			<content:encoded><![CDATA[<p>The current project I'm on in the mockups shows a DataGrid component that requires the ability to expand the row height to show more details on the selected item. Although this sounds simple to do, the Flex DataGrid component is a beast and if this isn't something you've been tasked before you're probably scratching your head on how to get started.</p>
<p>After our conversation on different possible ways to approach this task, I wondered how easy this would be to do with the OpenFlux DataGrid. My solution is simply a custom view for the DataGridRow that expands the height based on mouse over/selection.</p>
<p>I've included an example below with <a href="/flex/ExpandableDataGridRow/srcview/index.html" target="_blank">view source enabled</a>.</p>
<p><iframe src="/flex/ExpandableDataGridRow/DataGridExample.html" height="220" width="100%"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryancampbell.com/2009/01/31/openflux-custom-expanding-datagridrow-view-source-enabled/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>OpenFlux DataGrid Component (with view source)</title>
		<link>http://www.ryancampbell.com/2009/01/22/openflux-datagrid-component-with-view-source/</link>
		<comments>http://www.ryancampbell.com/2009/01/22/openflux-datagrid-component-with-view-source/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 20:53:19 +0000</pubDate>
		<dc:creator>Ryan Campbell</dc:creator>
				<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[OpenFlux]]></category>

		<guid isPermaLink="false">http://www.bobjim.com/2009/01/22/openflux-datagrid-component-with-view-source/</guid>
		<description><![CDATA[I previously wouldn't have even thought of developing my own DataGrid component from scratch but with OpenFlux's help it's super easy (Or at least easy enough to want to attempt it). Over the last couple days I've spent my spare time developing an extremely flexible DataGrid component and if you view source, compared to the [...]]]></description>
			<content:encoded><![CDATA[<p>I previously wouldn't have even thought of developing my own DataGrid component from scratch but with <a href="http://openflux.googlecode.com">OpenFlux's</a> help it's super easy (Or at least easy enough to want to attempt it). Over the last couple days I've spent my spare time developing an extremely flexible DataGrid component and if you <a href="/flex/DataGridExample/srcview/index.html">view source</a>, compared to the standard Flex DataGrid, you'll see there isn't a lot of code behind it.</p>
<p>The component is actually a grouping of multiple sub components including DataGridColumn, DataGridHeader, DataGridRow, DataGridCell which all extend either List or ListItem giving instant selection and drag/drop functionality. You can easily hook up your own custom controllers and views to add any functionality you desire.</p>
<p>Be sure to play around with the example below and <a href="/flex/DataGridExample/srcview/index.html">view source</a> to see how it all works. My only note is I'm having some SVN issues so this isn't yet committed to the OpenFlux project.</p>
<p><iframe src="/flex/DataGridExample/DataGridExample.html" height="300" width="100%"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryancampbell.com/2009/01/22/openflux-datagrid-component-with-view-source/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
