<?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>Comments on: Setting the header colors on the DataGrid control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mahesh</title>
		<link>http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/comment-page-1/#comment-9373</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Wed, 06 Jul 2011 08:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/#comment-9373</guid>
		<description>this is for to color the background of column in datagrid
var col:AdvancedDataGridColumn = new AdvancedDataGridColumn();

col.setStyle(&#039;backgroundColor&#039;,0xc6d8ff);</description>
		<content:encoded><![CDATA[<p>this is for to color the background of column in datagrid<br />
var col:AdvancedDataGridColumn = new AdvancedDataGridColumn();</p>
<p>col.setStyle(&#8216;backgroundColor&#8217;,0xc6d8ff);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prith</title>
		<link>http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/comment-page-1/#comment-9115</link>
		<dc:creator>prith</dc:creator>
		<pubDate>Fri, 08 Apr 2011 06:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/#comment-9115</guid>
		<description>any suggestions ..guys i am stuck!! :(</description>
		<content:encoded><![CDATA[<p>any suggestions ..guys i am stuck!! :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prith</title>
		<link>http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/comment-page-1/#comment-9093</link>
		<dc:creator>prith</dc:creator>
		<pubDate>Wed, 30 Mar 2011 03:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/#comment-9093</guid>
		<description>Hi Peter,

Is there anyways to set a particular header with a gradient color, my requirement is to add the gradient color to a datagrid column which is sorted....any suggestions</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Is there anyways to set a particular header with a gradient color, my requirement is to add the gradient color to a datagrid column which is sorted&#8230;.any suggestions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/comment-page-1/#comment-4099</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Tue, 24 Feb 2009 19:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/#comment-4099</guid>
		<description>* Does anyone know how to use styles to set the rollover color of the header text in a datagrid? I have white text on a dark background in the header of my datagrid and can get the background color to change on the rollover but not the header text color.

* (also asked in: http://blog.flexexamples.com/2009/01/23/setting-the-column-header-text-color-on-a-datagrid-control-in-flex/ )</description>
		<content:encoded><![CDATA[<p>* Does anyone know how to use styles to set the rollover color of the header text in a datagrid? I have white text on a dark background in the header of my datagrid and can get the background color to change on the rollover but not the header text color.</p>
<p>* (also asked in: <a href="http://blog.flexexamples.com/2009/01/23/setting-the-column-header-text-color-on-a-datagrid-control-in-flex/" rel="nofollow">http://blog.flexexamples.com/2009/01/23/setting-the-column-header-text-color-on-a-datagrid-control-in-flex/</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh Gaur</title>
		<link>http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/comment-page-1/#comment-4101</link>
		<dc:creator>Yogesh Gaur</dc:creator>
		<pubDate>Fri, 30 Jan 2009 11:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/#comment-4101</guid>
		<description>Hi Peter ,
           thanks for the reply...:)</description>
		<content:encoded><![CDATA[<p>Hi Peter ,<br />
           thanks for the reply&#8230;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/comment-page-1/#comment-4100</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Wed, 28 Jan 2009 15:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/#comment-4100</guid>
		<description>yogesh gaur,

Yes, I try and read every comment, but don&#039;t always have time/knowledge to reply to each question.
I haven&#039;t played much with custom renderers and changing background colors in a DataGrid or DataGridColumn, but my hella-smart co-worker Alex Harui&#039;s blog is a really great starting point. For example, check out his &lt;a href=&quot;http://blogs.adobe.com/aharui/2007/03/thinking_about_item_renderers_1.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&quot;Thinking About Item Renderers&quot;&lt;/a&gt; blog post, and specifically check out the &lt;em&gt;BackgroundColor in Item Renderers&lt;/em&gt; and &lt;em&gt;BackgroundColor Changes When Data Changes&lt;/em&gt; sections.

Happy Flexing,
Peter</description>
		<content:encoded><![CDATA[<p>yogesh gaur,</p>
<p>Yes, I try and read every comment, but don&#8217;t always have time/knowledge to reply to each question.<br />
I haven&#8217;t played much with custom renderers and changing background colors in a DataGrid or DataGridColumn, but my hella-smart co-worker Alex Harui&#8217;s blog is a really great starting point. For example, check out his <a href="http://blogs.adobe.com/aharui/2007/03/thinking_about_item_renderers_1.html" target="_blank" rel="nofollow">&#8220;Thinking About Item Renderers&#8221;</a> blog post, and specifically check out the <em>BackgroundColor in Item Renderers</em> and <em>BackgroundColor Changes When Data Changes</em> sections.</p>
<p>Happy Flexing,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yogesh gaur</title>
		<link>http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/comment-page-1/#comment-4103</link>
		<dc:creator>yogesh gaur</dc:creator>
		<pubDate>Wed, 28 Jan 2009 09:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/#comment-4103</guid>
		<description>hi .. i follow ur blog everyday ..its like part of routine now ..so a big thanks for writing up all nice codes ... can u plz write an code showing how to dynamically change the color of any row in a datagrid ???? ( i have already asked u this in other post of urs but that one is quite old so i thought i wud ask this in a newer one so that the chances of u reading it are increased :) ... i think u do read all the comments but i thought i better not take chances ) ...

                             thanks in advance and keep up the good work :)</description>
		<content:encoded><![CDATA[<p>hi .. i follow ur blog everyday ..its like part of routine now ..so a big thanks for writing up all nice codes &#8230; can u plz write an code showing how to dynamically change the color of any row in a datagrid ???? ( i have already asked u this in other post of urs but that one is quite old so i thought i wud ask this in a newer one so that the chances of u reading it are increased :) &#8230; i think u do read all the comments but i thought i better not take chances ) &#8230;</p>
<p>                             thanks in advance and keep up the good work :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/comment-page-1/#comment-4102</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 23 Jan 2009 16:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/01/22/setting-the-header-colors-on-the-datagrid-control-in-flex/#comment-4102</guid>
		<description>Is there any way to set each header with a different color?</description>
		<content:encoded><![CDATA[<p>Is there any way to set each header with a different color?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

