<?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/"
		>
<channel>
	<title>Komentáre k Custom header in DataGrid</title>
	<atom:link href="http://franto.com/custom-header-in-datagrid/feed/" rel="self" type="application/rss+xml" />
	<link>http://franto.com/custom-header-in-datagrid/</link>
	<description></description>
	<lastBuildDate>Wed, 17 Aug 2011 07:37:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Od: chito</title>
		<link>http://franto.com/custom-header-in-datagrid/comment-page-1/#comment-14245</link>
		<dc:creator>chito</dc:creator>
		<pubDate>Sat, 14 Nov 2009 13:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/custom-header-in-datagrid#comment-14245</guid>
		<description>hi i cant seem to find the example files anywhere on this page. could you please email me. im kinda new to flex and im having trouble making sense of your tute. this is something that i really need for my application. thanks</description>
		<content:encoded><![CDATA[<p>hi i cant seem to find the example files anywhere on this page. could you please email me. im kinda new to flex and im having trouble making sense of your tute. this is something that i really need for my application. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: paper machines</title>
		<link>http://franto.com/custom-header-in-datagrid/comment-page-1/#comment-506</link>
		<dc:creator>paper machines</dc:creator>
		<pubDate>Fri, 04 Jul 2008 05:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/custom-header-in-datagrid#comment-506</guid>
		<description>im adding value Thank you for sharing this great tutorial.</description>
		<content:encoded><![CDATA[<p>im adding value Thank you for sharing this great tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Franto.com Flash blog &#187; Custom header in DataGrid - part 2</title>
		<link>http://franto.com/custom-header-in-datagrid/comment-page-1/#comment-505</link>
		<dc:creator>Franto.com Flash blog &#187; Custom header in DataGrid - part 2</dc:creator>
		<pubDate>Mon, 19 Nov 2007 08:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/custom-header-in-datagrid#comment-505</guid>
		<description>[...] Custom header in DataGrid - part 2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Custom header in DataGrid &#8211; part 2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Tink</title>
		<link>http://franto.com/custom-header-in-datagrid/comment-page-1/#comment-504</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Fri, 16 Nov 2007 10:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/custom-header-in-datagrid#comment-504</guid>
		<description>package ws.tink.flex.controls.dataGrid
{
	import mx.controls.dataGridClasses.DataGridColumn;

	public class CustomDataGridColumn extends DataGridColumn
	{

		private var _customValue:Object;

		public function get customValue():Object
		{
			return _customValue;
		}
		public function set customValue( value:Object ):Void
		{
			_customValue = value;
		}

		public function newInstance():*
		{
			var renderer:* = __itemRenderer.newInstance();

			renderer.customValue = _customValue;

			return renderer;
		}
	}
}


somat like that should do the job</description>
		<content:encoded><![CDATA[<p>package ws.tink.flex.controls.dataGrid<br />
{<br />
	import mx.controls.dataGridClasses.DataGridColumn;</p>
<p>	public class CustomDataGridColumn extends DataGridColumn<br />
	{</p>
<p>		private var _customValue:Object;</p>
<p>		public function get customValue():Object<br />
		{<br />
			return _customValue;<br />
		}<br />
		public function set customValue( value:Object ):Void<br />
		{<br />
			_customValue = value;<br />
		}</p>
<p>		public function newInstance():*<br />
		{<br />
			var renderer:* = __itemRenderer.newInstance();</p>
<p>			renderer.customValue = _customValue;</p>
<p>			return renderer;<br />
		}<br />
	}<br />
}</p>
<p>somat like that should do the job</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Tink</title>
		<link>http://franto.com/custom-header-in-datagrid/comment-page-1/#comment-503</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Thu, 15 Nov 2007 23:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/custom-header-in-datagrid#comment-503</guid>
		<description>You could extend DataGridColumn and create a CustomDataGridColumn which would take any properties u define and pass them into the headerRenderer.</description>
		<content:encoded><![CDATA[<p>You could extend DataGridColumn and create a CustomDataGridColumn which would take any properties u define and pass them into the headerRenderer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

