<?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: Adding colspan to a datagrid</title>
	<atom:link href="http://flexoop.com/2009/03/adding-colspan-to-a-datagrid/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexoop.com/2009/03/adding-colspan-to-a-datagrid/</link>
	<description>Flex, AIR, ColdFusion, and everything in between</description>
	<lastBuildDate>Thu, 15 Dec 2011 04:02:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Gareth</title>
		<link>http://flexoop.com/2009/03/adding-colspan-to-a-datagrid/comment-page-1/#comment-793</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Tue, 08 Dec 2009 14:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=158#comment-793</guid>
		<description>Out of the box, you can&#039;t replace the whole row with a vbox.  You can set the datagrid to editable=&quot;true&quot; and it will allow the user to click or tab into each cell and make edits, but not the whole row.</description>
		<content:encoded><![CDATA[<p>Out of the box, you can&#8217;t replace the whole row with a vbox.  You can set the datagrid to editable=&#8221;true&#8221; and it will allow the user to click or tab into each cell and make edits, but not the whole row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oluwaseun</title>
		<link>http://flexoop.com/2009/03/adding-colspan-to-a-datagrid/comment-page-1/#comment-792</link>
		<dc:creator>Oluwaseun</dc:creator>
		<pubDate>Tue, 08 Dec 2009 11:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=158#comment-792</guid>
		<description>Okay, I&#039;m presently in need of help desperately. I need a user to double-clcik a datagrid row and the row is repalced with a vbox with the detail data of the row. e.g. if the row had first name, last name, age, sex, and so on. When the user clicks that row, the row is replaced with a vbox which is supposed to be the detail view. Anyone with any clue as to how to progress on this?</description>
		<content:encoded><![CDATA[<p>Okay, I&#8217;m presently in need of help desperately. I need a user to double-clcik a datagrid row and the row is repalced with a vbox with the detail data of the row. e.g. if the row had first name, last name, age, sex, and so on. When the user clicks that row, the row is replaced with a vbox which is supposed to be the detail view. Anyone with any clue as to how to progress on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://flexoop.com/2009/03/adding-colspan-to-a-datagrid/comment-page-1/#comment-716</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Tue, 15 Sep 2009 16:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=158#comment-716</guid>
		<description>Should just be (using my example) htmlText=&quot;{ parentDocument.text }&quot;, as long as the value is bindable.</description>
		<content:encoded><![CDATA[<p>Should just be (using my example) htmlText=&#8221;{ parentDocument.text }&#8221;, as long as the value is bindable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://flexoop.com/2009/03/adding-colspan-to-a-datagrid/comment-page-1/#comment-715</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Tue, 15 Sep 2009 16:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=158#comment-715</guid>
		<description>Seems it can not show tag...

ArrayCollection #
[0] = Object name=&quot;1&quot; location=&quot;loc1&quot; exp=&quot;333&quot; text=&quot;123&quot;
[1] = Object name=&quot;2&quot; location=&quot;loc2&quot; exp=&quot;333&quot; text=&quot;456&quot;</description>
		<content:encoded><![CDATA[<p>Seems it can not show tag&#8230;</p>
<p>ArrayCollection #<br />
[0] = Object name=&#8221;1&#8243; location=&#8221;loc1&#8243; exp=&#8221;333&#8243; text=&#8221;123&#8243;<br />
[1] = Object name=&#8221;2&#8243; location=&#8221;loc2&#8243; exp=&#8221;333&#8243; text=&#8221;456&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://flexoop.com/2009/03/adding-colspan-to-a-datagrid/comment-page-1/#comment-714</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Tue, 15 Sep 2009 16:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=158#comment-714</guid>
		<description>Hi, how to bind &quot;htmlText&quot; with dgLocal&#039;s dataProvider?

if my dataProvider is like:

	
	


I want htmlText&#039;value bind with &quot;text&quot;.
Thanks for your article.</description>
		<content:encoded><![CDATA[<p>Hi, how to bind &#8220;htmlText&#8221; with dgLocal&#8217;s dataProvider?</p>
<p>if my dataProvider is like:</p>
<p>I want htmlText&#8217;value bind with &#8220;text&#8221;.<br />
Thanks for your article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://flexoop.com/2009/03/adding-colspan-to-a-datagrid/comment-page-1/#comment-586</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Wed, 29 Apr 2009 13:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=158#comment-586</guid>
		<description>Hey KR,
Not sure I understand about the &quot;vertical scroll bar effect&quot;.  A scroll bar will appear in certain rows if you do not make the row &quot;tall&quot; enough for the content within it (I just encountered this recently while testing).  However, if you know roughly the height of the content, it will not have the scroll bar if you set the height with enough room.  If you do a percentage height, I&#039;ve found that it sets the height correctly on initial load, but has trouble maintaining that full 100% and will occasionally show the scroll bars when scrolling up and down the datagrid.  I think this is a refresh issue with the way Flex calculates the height, so setting the value explicitly seems to work the best.

And yes, the header remains at the top during the scroll.

Thanks for reading.</description>
		<content:encoded><![CDATA[<p>Hey KR,<br />
Not sure I understand about the &#8220;vertical scroll bar effect&#8221;.  A scroll bar will appear in certain rows if you do not make the row &#8220;tall&#8221; enough for the content within it (I just encountered this recently while testing).  However, if you know roughly the height of the content, it will not have the scroll bar if you set the height with enough room.  If you do a percentage height, I&#8217;ve found that it sets the height correctly on initial load, but has trouble maintaining that full 100% and will occasionally show the scroll bars when scrolling up and down the datagrid.  I think this is a refresh issue with the way Flex calculates the height, so setting the value explicitly seems to work the best.</p>
<p>And yes, the header remains at the top during the scroll.</p>
<p>Thanks for reading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KR</title>
		<link>http://flexoop.com/2009/03/adding-colspan-to-a-datagrid/comment-page-1/#comment-585</link>
		<dc:creator>KR</dc:creator>
		<pubDate>Wed, 29 Apr 2009 12:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=158#comment-585</guid>
		<description>Hi, what about vertical scroll bar effect for this All-MixedDataGrid (Though there should be some collective name for your intelligent work)? Would the header remain in top when you scroll down just like the actual data grid? 

Thanks for sharing your ideas...</description>
		<content:encoded><![CDATA[<p>Hi, what about vertical scroll bar effect for this All-MixedDataGrid (Though there should be some collective name for your intelligent work)? Would the header remain in top when you scroll down just like the actual data grid? </p>
<p>Thanks for sharing your ideas&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://flexoop.com/2009/03/adding-colspan-to-a-datagrid/comment-page-1/#comment-564</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Wed, 08 Apr 2009 23:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=158#comment-564</guid>
		<description>@bruce,
Glad to be of assistance.  Any improvements you have, feel free to send them along.  I&#039;m sure there are some things I could change.</description>
		<content:encoded><![CDATA[<p>@bruce,<br />
Glad to be of assistance.  Any improvements you have, feel free to send them along.  I&#8217;m sure there are some things I could change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bruce</title>
		<link>http://flexoop.com/2009/03/adding-colspan-to-a-datagrid/comment-page-1/#comment-563</link>
		<dc:creator>bruce</dc:creator>
		<pubDate>Wed, 08 Apr 2009 21:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=158#comment-563</guid>
		<description>This was an awesome jumping off point for me.  

I used 1 DataGrid, 1 List, and 1 smart ItemRenderer that has contained areas, 1 for the normal columns which are dynamically generated from the first Header DataGrid.  Makes it easy for resize and moving of the columns.</description>
		<content:encoded><![CDATA[<p>This was an awesome jumping off point for me.  </p>
<p>I used 1 DataGrid, 1 List, and 1 smart ItemRenderer that has contained areas, 1 for the normal columns which are dynamically generated from the first Header DataGrid.  Makes it easy for resize and moving of the columns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://flexoop.com/2009/03/adding-colspan-to-a-datagrid/comment-page-1/#comment-556</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Thu, 02 Apr 2009 16:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=158#comment-556</guid>
		<description>Geez!  Cause me more grief, why dontcha :)

1.  You are correct.  This is something I&#039;ll need to fix.  Shouldn&#039;t be too bad though...just need to match up the column order &quot;on column move&quot;.

2.  Expanding a single row should work OK.  Right now they are all tied to the external data value, but as they&#039;re all itemRenderers internally, it should just be expanding based upon something internal (like a button click, etc.)

Thanks for thinking of some other possibilities that need to be thought through.</description>
		<content:encoded><![CDATA[<p>Geez!  Cause me more grief, why dontcha <img src='http://flexoop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>1.  You are correct.  This is something I&#8217;ll need to fix.  Shouldn&#8217;t be too bad though&#8230;just need to match up the column order &#8220;on column move&#8221;.</p>
<p>2.  Expanding a single row should work OK.  Right now they are all tied to the external data value, but as they&#8217;re all itemRenderers internally, it should just be expanding based upon something internal (like a button click, etc.)</p>
<p>Thanks for thinking of some other possibilities that need to be thought through.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

