<?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: Changing the default sort arrow skin on a Flex DataGrid control</title>
	<atom:link href="http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/</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: Ian</title>
		<link>http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/comment-page-1/#comment-9165</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 26 Apr 2011 21:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/#comment-9165</guid>
		<description>I know this blog is really old, but I have a correlating question.  Is there any way to change the position of the sort arrow??  I&#039;d like to have it appear just left/right of the column header text.</description>
		<content:encoded><![CDATA[<p>I know this blog is really old, but I have a correlating question.  Is there any way to change the position of the sort arrow??  I&#8217;d like to have it appear just left/right of the column header text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/comment-page-1/#comment-6215</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/#comment-6215</guid>
		<description>@Kevin/A Visitor,

Using the &lt;code&gt;sortArrowSkin&lt;/code&gt; style. The &lt;code&gt;sortArrowSkin&lt;/code&gt; skin is just flipped vertically depending on whether it is an ascending sort or descending sort.

&lt;pre lang=&quot;mxml&quot;&gt;
&lt;mx:DataGrid id=&quot;dataGrid&quot; ... sortArrowSkin=&quot;@Embed(&#039;assets/thumb_down.png&#039;)&quot; /&gt;
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p>@Kevin/A Visitor,</p>
<p>Using the <code>sortArrowSkin</code> style. The <code>sortArrowSkin</code> skin is just flipped vertically depending on whether it is an ascending sort or descending sort.</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:DataGrid</span> id=<span style="color: #ff0000;">&quot;dataGrid&quot;</span> ... sortArrowSkin=<span style="color: #ff0000;">&quot;@Embed('assets/thumb_down.png')&quot;</span> <span style="color: #7400FF;">/&gt;</span></span></pre></div></div>

<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/comment-page-1/#comment-6212</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 03 Nov 2009 14:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/#comment-6212</guid>
		<description>How is the thumb-up icon being displayed?</description>
		<content:encoded><![CDATA[<p>How is the thumb-up icon being displayed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Visitor</title>
		<link>http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/comment-page-1/#comment-2614</link>
		<dc:creator>A Visitor</dc:creator>
		<pubDate>Wed, 04 Feb 2009 21:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/#comment-2614</guid>
		<description>How are you setting the thumb up icon?</description>
		<content:encoded><![CDATA[<p>How are you setting the thumb up icon?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/comment-page-1/#comment-2613</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Fri, 29 Feb 2008 01:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/#comment-2613</guid>
		<description>Steve/Yaniv,

For an example, see &lt;a href=&quot;http://blog.flexexamples.com/2008/02/28/displaying-the-sort-arrow-in-a-flex-datagrid-control-without-having-to-click-a-column/&quot; rel=&quot;nofollow&quot;&gt;&quot;Displaying the sort arrow in a Flex DataGrid control without having to click a column&quot;&lt;/a&gt;.

Peter

PS: A big thanks to my coworker Rob for helping me with the solution. And by &quot;help&quot;, I mean I stole his solution. :)</description>
		<content:encoded><![CDATA[<p>Steve/Yaniv,</p>
<p>For an example, see <a href="http://blog.flexexamples.com/2008/02/28/displaying-the-sort-arrow-in-a-flex-datagrid-control-without-having-to-click-a-column/" rel="nofollow">&#8220;Displaying the sort arrow in a Flex DataGrid control without having to click a column&#8221;</a>.</p>
<p>Peter</p>
<p>PS: A big thanks to my coworker Rob for helping me with the solution. And by &#8220;help&#8221;, I mean I stole his solution. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaniv</title>
		<link>http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/comment-page-1/#comment-2611</link>
		<dc:creator>Yaniv</dc:creator>
		<pubDate>Thu, 28 Feb 2008 14:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/#comment-2611</guid>
		<description>Exactly my problem, Steve :)
I need it as well, Help us oh mighty guru ! :)</description>
		<content:encoded><![CDATA[<p>Exactly my problem, Steve :)<br />
I need it as well, Help us oh mighty guru ! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/comment-page-1/#comment-2612</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 25 Feb 2008 09:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/23/changing-the-default-sort-arrow-skin-on-a-flex-datagrid-control/#comment-2612</guid>
		<description>Thanks for another great Flex tip. One question I have about the sort arrow is how do you get the sort arrow to appear without having to click on a column header? I have an app where I need the arrow to show after the data loads.</description>
		<content:encoded><![CDATA[<p>Thanks for another great Flex tip. One question I have about the sort arrow is how do you get the sort arrow to appear without having to click on a column header? I have an app where I need the arrow to show after the data loads.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

