<?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: Removing the header separator on the DataGrid control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TDH</title>
		<link>http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/comment-page-1/#comment-4491</link>
		<dc:creator>TDH</dc:creator>
		<pubDate>Wed, 08 Jul 2009 18:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/#comment-4491</guid>
		<description>Jfk003,

You should be able to do this with a custom renderer.  The way I would do it is to add 2 children to the header, the combobox and a something like a picture of an arrow.  I&#039;d then add event listeners to both and catch them seperately.  This way you can handle the click in both places.  One for sort and one for the combobox.

Good luck.</description>
		<content:encoded><![CDATA[<p>Jfk003,</p>
<p>You should be able to do this with a custom renderer.  The way I would do it is to add 2 children to the header, the combobox and a something like a picture of an arrow.  I&#8217;d then add event listeners to both and catch them seperately.  This way you can handle the click in both places.  One for sort and one for the combobox.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/comment-page-1/#comment-4152</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Wed, 03 Jun 2009 13:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/#comment-4152</guid>
		<description>Jfk003,

I&#039;ve never tried that (and I&#039;m not sure how it would work since how would the header know if clicking on the ComboBox should sort the column or open the ComboBox drop down menu)...
The best place to ask would probably be the FlexCoders mailing list.

Peter</description>
		<content:encoded><![CDATA[<p>Jfk003,</p>
<p>I&#8217;ve never tried that (and I&#8217;m not sure how it would work since how would the header know if clicking on the ComboBox should sort the column or open the ComboBox drop down menu)&#8230;<br />
The best place to ask would probably be the FlexCoders mailing list.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jfk003</title>
		<link>http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/comment-page-1/#comment-4148</link>
		<dc:creator>Jfk003</dc:creator>
		<pubDate>Wed, 03 Jun 2009 07:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/#comment-4148</guid>
		<description>Hello,

I simply love this site, it&#039;s full of infos.

But I have a question, as I&#039;m very new to flex...thought you could help since all your examples are well explained. I&#039;m sorry if it doesn&#039;t fit in this but still it is datagrid related.

How is is possible to add a combobox in the header (for filtering) AND to keep the standard header that sorts acending or descending ?
I&#039;m quite desperate about this, I&#039;ve found a way to put comboboxes, but then it erases the header itself. I&#039;d really need the two functionnalities in the header...

Thanks in advance if you can help on this matter :)

Regards</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I simply love this site, it&#8217;s full of infos.</p>
<p>But I have a question, as I&#8217;m very new to flex&#8230;thought you could help since all your examples are well explained. I&#8217;m sorry if it doesn&#8217;t fit in this but still it is datagrid related.</p>
<p>How is is possible to add a combobox in the header (for filtering) AND to keep the standard header that sorts acending or descending ?<br />
I&#8217;m quite desperate about this, I&#8217;ve found a way to put comboboxes, but then it erases the header itself. I&#8217;d really need the two functionnalities in the header&#8230;</p>
<p>Thanks in advance if you can help on this matter :)</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Czar</title>
		<link>http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/comment-page-1/#comment-4151</link>
		<dc:creator>Czar</dc:creator>
		<pubDate>Sat, 21 Mar 2009 14:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/#comment-4151</guid>
		<description>Hi,

I really like your blog. Great and helpful posts. But recently it seems like your are not posting any more visible examples. Why? I guess, you could even post examples created with Flex Gumbo and simply mark them as Beta and other requirements.

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I really like your blog. Great and helpful posts. But recently it seems like your are not posting any more visible examples. Why? I guess, you could even post examples created with Flex Gumbo and simply mark them as Beta and other requirements.</p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/comment-page-1/#comment-4150</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Fri, 20 Mar 2009 22:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/#comment-4150</guid>
		<description>Dhawan,

The best place to ask Flex related questions is on FlexCoders.

Peter</description>
		<content:encoded><![CDATA[<p>Dhawan,</p>
<p>The best place to ask Flex related questions is on FlexCoders.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhawan</title>
		<link>http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/comment-page-1/#comment-4149</link>
		<dc:creator>Dhawan</dc:creator>
		<pubDate>Fri, 20 Mar 2009 19:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/20/removing-the-header-separator-on-the-datagrid-control-in-flex/#comment-4149</guid>
		<description>Hi peter,
I&#039;ve just searched through your whole blog, and couldn&#039;t find your email address. I have a question that I would like to ask regarding dataProviders, since it&#039;s causing problem within my application.

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi peter,<br />
I&#8217;ve just searched through your whole blog, and couldn&#8217;t find your email address. I have a question that I would like to ask regarding dataProviders, since it&#8217;s causing problem within my application.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
