<?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: Locking columns in a horizontally scrolling DataGrid control</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Tue, 16 Mar 2010 03:46:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arnold Aprieto</title>
		<link>http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/comment-page-1/#comment-5225</link>
		<dc:creator>Arnold Aprieto</dc:creator>
		<pubDate>Tue, 18 Aug 2009 13:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/#comment-5225</guid>
		<description>Sorry &#039;bout that. I learned that the columns with indexes that are lower than the value remain fixed in view.
Thanks.</description>
		<content:encoded><![CDATA[<p>Sorry &#8217;bout that. I learned that the columns with indexes that are lower than the value remain fixed in view.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnold Aprieto</title>
		<link>http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/comment-page-1/#comment-5224</link>
		<dc:creator>Arnold Aprieto</dc:creator>
		<pubDate>Tue, 18 Aug 2009 13:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/#comment-5224</guid>
		<description>Hi Peter,

Is it possible to freeze 2 or multiple columns at the same time?

Thanks,
Arnold</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Is it possible to freeze 2 or multiple columns at the same time?</p>
<p>Thanks,<br />
Arnold</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Bailey</title>
		<link>http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/comment-page-1/#comment-622</link>
		<dc:creator>Simon Bailey</dc:creator>
		<pubDate>Thu, 11 Dec 2008 10:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/#comment-622</guid>
		<description>RE: &quot;Is there a way to remove that black vertical grid line. Tried a number of ways, sounds impossible.&quot;

Create a class as below:
&lt;pre class=&quot;code&quot;&gt;
package
{
    import mx.skins.halo.DataGridHeaderSeparator;

    public class DataGridHeaderSeparator extends mx.skins.halo.DataGridHeaderSeparator
    {
        override public function get measuredWidth():Number
        {
            return 0;
        }

        override public function setActualSize(newWidth:Number, newHeight:Number):void
        {
            graphics.clear();
        }
    }
}
&lt;/pre&gt;

Then in your DataGrid params use:
&lt;pre class=&quot;code&quot;&gt;
verticalLockedSeparatorSkin=&quot;DataGridHeaderSeparator&quot;
&lt;/pre&gt;

That should do the trick :)

Cheers,

Simon

newtriks dot com</description>
		<content:encoded><![CDATA[<p>RE: &#8220;Is there a way to remove that black vertical grid line. Tried a number of ways, sounds impossible.&#8221;</p>
<p>Create a class as below:</p>
<pre class="code">
package
{
    import mx.skins.halo.DataGridHeaderSeparator;

    public class DataGridHeaderSeparator extends mx.skins.halo.DataGridHeaderSeparator
    {
        override public function get measuredWidth():Number
        {
            return 0;
        }

        override public function setActualSize(newWidth:Number, newHeight:Number):void
        {
            graphics.clear();
        }
    }
}
</pre>
<p>Then in your DataGrid params use:</p>
<pre class="code">
verticalLockedSeparatorSkin="DataGridHeaderSeparator"
</pre>
<p>That should do the trick :)</p>
<p>Cheers,</p>
<p>Simon</p>
<p>newtriks dot com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nino</title>
		<link>http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/comment-page-1/#comment-621</link>
		<dc:creator>nino</dc:creator>
		<pubDate>Wed, 29 Oct 2008 08:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/#comment-621</guid>
		<description>Is there a way to make column C on the example swf file not to resize and occupy the whole unfreeze section?</description>
		<content:encoded><![CDATA[<p>Is there a way to make column C on the example swf file not to resize and occupy the whole unfreeze section?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/comment-page-1/#comment-620</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 06 Dec 2007 17:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/#comment-620</guid>
		<description>bing/Nikola,

I&#039;m not sure if it works in Flex 2 (I believe it was added in Flex 3), but check out &lt;a href=&quot;http://blog.flexexamples.com/2007/12/05/changing-the-appearance-of-the-locked-column-separator-skin-for-a-datagrid-control-in-flex-3/&quot; rel=&quot;nofollow&quot;&gt;&quot;Changing the appearance of the locked column separator skin for a DataGrid control in Flex 3&quot;&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p>bing/Nikola,</p>
<p>I&#8217;m not sure if it works in Flex 2 (I believe it was added in Flex 3), but check out <a href="http://blog.flexexamples.com/2007/12/05/changing-the-appearance-of-the-locked-column-separator-skin-for-a-datagrid-control-in-flex-3/" rel="nofollow">&#8220;Changing the appearance of the locked column separator skin for a DataGrid control in Flex 3&#8243;</a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikola</title>
		<link>http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/comment-page-1/#comment-616</link>
		<dc:creator>Nikola</dc:creator>
		<pubDate>Wed, 05 Dec 2007 17:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/#comment-616</guid>
		<description>Tried a number of ways, sounds impossible. for me is the same what we can do ?</description>
		<content:encoded><![CDATA[<p>Tried a number of ways, sounds impossible. for me is the same what we can do ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bing</title>
		<link>http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/comment-page-1/#comment-619</link>
		<dc:creator>bing</dc:creator>
		<pubDate>Fri, 16 Nov 2007 09:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/#comment-619</guid>
		<description>Is there a way to remove that black vertical grid line. Tried a number of ways, sounds impossible.</description>
		<content:encoded><![CDATA[<p>Is there a way to remove that black vertical grid line. Tried a number of ways, sounds impossible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/comment-page-1/#comment-618</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 20 Sep 2007 19:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/#comment-618</guid>
		<description>George Smith,

I don&#039;t know of an easy way to accomplish that without probably subclassing the DataGrid control and writing in the logic. You could try asking on Flexcoders and somebody there may have a better idea.

If you think this is a worth enhancement request, you can file a bug/ecr at http://bugs.adobe.com/flex/ against the Flex SDK and select &quot;Component: DataGrid&quot;.

Peter</description>
		<content:encoded><![CDATA[<p>George Smith,</p>
<p>I don&#8217;t know of an easy way to accomplish that without probably subclassing the DataGrid control and writing in the logic. You could try asking on Flexcoders and somebody there may have a better idea.</p>
<p>If you think this is a worth enhancement request, you can file a bug/ecr at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> against the Flex SDK and select &#8220;Component: DataGrid&#8221;.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Smith</title>
		<link>http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/comment-page-1/#comment-617</link>
		<dc:creator>George Smith</dc:creator>
		<pubDate>Thu, 20 Sep 2007 17:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/15/locking-columns-in-a-horizontally-scrolling-datagrid-control/#comment-617</guid>
		<description>I see how the column is locked. Is there a way to not have the scrollbar under the first column so the scrollbar component does not span the whole datagrid but just the columns that can scroll? This would be better for the user.

Thanks</description>
		<content:encoded><![CDATA[<p>I see how the column is locked. Is there a way to not have the scrollbar under the first column so the scrollbar component does not span the whole datagrid but just the columns that can scroll? This would be better for the user.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
