<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Creating a Flex DataGrid control with a transparent background</title>
	<link>http://blog.flexexamples.com/2007/08/31/creating-a-flex-datagrid-control-with-a-transparent-background/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Wed, 08 Oct 2008 10:58:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Kamer</title>
		<link>http://blog.flexexamples.com/2007/08/31/creating-a-flex-datagrid-control-with-a-transparent-background/#comment-12496</link>
		<author>Kamer</author>
		<pubDate>Mon, 05 May 2008 05:59:35 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/31/creating-a-flex-datagrid-control-with-a-transparent-background/#comment-12496</guid>
		<description>Yeap,I know, Thank you . But just they ask: Which version of the Flex SDK are you using (3, 201 hotfix 2, hotfix 3)?</description>
		<content:encoded><![CDATA[<p>Yeap,I know, Thank you . But just they ask: Which version of the Flex SDK are you using (3, 201 hotfix 2, hotfix 3)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: judah</title>
		<link>http://blog.flexexamples.com/2007/08/31/creating-a-flex-datagrid-control-with-a-transparent-background/#comment-12215</link>
		<author>judah</author>
		<pubDate>Tue, 22 Apr 2008 23:20:10 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/31/creating-a-flex-datagrid-control-with-a-transparent-background/#comment-12215</guid>
		<description>How would you make the header background transparent? I've been working on this for a couple hours now and I haven't gotten too far.</description>
		<content:encoded><![CDATA[<p>How would you make the header background transparent? I&#8217;ve been working on this for a couple hours now and I haven&#8217;t gotten too far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/31/creating-a-flex-datagrid-control-with-a-transparent-background/#comment-1317</link>
		<author>peterd</author>
		<pubDate>Fri, 07 Sep 2007 14:33:44 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/31/creating-a-flex-datagrid-control-with-a-transparent-background/#comment-1317</guid>
		<description>lluis,

Which version of the Flex SDK are you using (3, 201 hotfix 2, hotfix 3)?

I tested in Flex 3 with latest nightly SDK build and Flex 201 hotfix 2 and didnt see any cornerRadius, so I wanted to make sure I was looking at the right thing.

Peter</description>
		<content:encoded><![CDATA[<p>lluis,</p>
<p>Which version of the Flex SDK are you using (3, 201 hotfix 2, hotfix 3)?</p>
<p>I tested in Flex 3 with latest nightly SDK build and Flex 201 hotfix 2 and didnt see any cornerRadius, so I wanted to make sure I was looking at the right thing.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lluis</title>
		<link>http://blog.flexexamples.com/2007/08/31/creating-a-flex-datagrid-control-with-a-transparent-background/#comment-1273</link>
		<author>lluis</author>
		<pubDate>Fri, 07 Sep 2007 09:22:34 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/31/creating-a-flex-datagrid-control-with-a-transparent-background/#comment-1273</guid>
		<description>I have a challenge related to the previous example. I'm trying to put the following elements together but:

- Datagrid
- alpha
- alternatingItemColors
- cornerRadius
- headerHeight=0

The problem: The alternatingItemColors overlap the cornerRadius border, really ugly.

Here is the code used:

&lt;pre class="code"&gt;
&#60;mx:DataGrid width="100%" id="dgrMyStats" headerHeight="0" dataProvider="{mystats_list}" rowCount="5" alternatingItemColors="[0xFFC526,0xC6981B]" alpha="0.6" cornerRadius="0"&#62;
    &#60;mx:columns&#62;
        &#60;mx:DataGridColumn dataField="stat" headerText="Stat" /&#62;
        &#60;mx:DataGridColumn dataField="score" headerText="Score" textAlign="right" width="65" /&#62;
    &#60;/mx:columns&#62;
&#60;/mx:DataGrid&#62;
&lt;/pre&gt;

Any idea?</description>
		<content:encoded><![CDATA[<p>I have a challenge related to the previous example. I&#8217;m trying to put the following elements together but:</p>
<p>- Datagrid<br />
- alpha<br />
- alternatingItemColors<br />
- cornerRadius<br />
- headerHeight=0</p>
<p>The problem: The alternatingItemColors overlap the cornerRadius border, really ugly.</p>
<p>Here is the code used:</p>
<pre class="code">
&lt;mx:DataGrid width="100%" id="dgrMyStats" headerHeight="0" dataProvider="{mystats_list}" rowCount="5" alternatingItemColors="[0xFFC526,0xC6981B]" alpha="0.6" cornerRadius="0"&gt;
    &lt;mx:columns&gt;
        &lt;mx:DataGridColumn dataField="stat" headerText="Stat" /&gt;
        &lt;mx:DataGridColumn dataField="score" headerText="Score" textAlign="right" width="65" /&gt;
    &lt;/mx:columns&gt;
&lt;/mx:DataGrid&gt;
</pre>
<p>Any idea?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
