<?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: ExtJs : Disappearing Grid Headers in IE6</title>
	<atom:link href="http://www.anujgakhar.com/2008/07/17/extjs-disappearing-grid-headers-in-ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anujgakhar.com/2008/07/17/extjs-disappearing-grid-headers-in-ie6/</link>
	<description>My thoughts on ColdFusion, Flex and other RIA stuff....</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:21:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Bud Hines</title>
		<link>http://www.anujgakhar.com/2008/07/17/extjs-disappearing-grid-headers-in-ie6/comment-page-1/#comment-3350</link>
		<dc:creator>Bud Hines</dc:creator>
		<pubDate>Sun, 10 May 2009 09:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=144#comment-3350</guid>
		<description>Anuj, now I am embarrassed since it should be easy. I referenced Links Inside Grid Cells Option 1 on this page http://extjs.com/learn/Ext_FAQ_Grid#Selecting_a_row_in_grid_once_rendered

but with little success.</description>
		<content:encoded><![CDATA[<p>Anuj, now I am embarrassed since it should be easy. I referenced Links Inside Grid Cells Option 1 on this page <a href="http://extjs.com/learn/Ext_FAQ_Grid#Selecting_a_row_in_grid_once_rendered" rel="nofollow">http://extjs.com/learn/Ext_FAQ_Grid#Selecting_a_row_in_grid_once_rendered</a></p>
<p>but with little success.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2008/07/17/extjs-disappearing-grid-headers-in-ie6/comment-page-1/#comment-3347</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Sat, 09 May 2009 18:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=144#comment-3347</guid>
		<description>Bud, that should be an easy one. You only need to write the html to the grid inside the custom renderer. Have you tried that?</description>
		<content:encoded><![CDATA[<p>Bud, that should be an easy one. You only need to write the html to the grid inside the custom renderer. Have you tried that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bud Hines</title>
		<link>http://www.anujgakhar.com/2008/07/17/extjs-disappearing-grid-headers-in-ie6/comment-page-1/#comment-3346</link>
		<dc:creator>Bud Hines</dc:creator>
		<pubDate>Sat, 09 May 2009 15:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=144#comment-3346</guid>
		<description>Anuj,

Thanks for the article on the on request function. I have a different question - I am displaying an image in an ext grid and was wondering if there is a way to use lightbox with the grid. I use a custom cell renderer to display the image and was wondering how to invoke lightbox with the renderer.

function formatGrid(){
		theGrid = ColdFusion.Grid.getGridObject(&quot;ItemGrid&quot;);
		colModel = theGrid.getColumnModel();
		//0 because the array of columns starts at index 0; thus, column 1 is index 0, and column 3 is index 2
		colModel.setRenderer(15,imageCellRenderer);//custom renderer
		colModel.setRenderer(8,Ext.util.Format.usMoney);//built-in Money renderer
		colModel.setRenderer(9,Ext.util.Format.usMoney);//built-in Money renderer
		theGrid.reconfigure(theGrid.getDataSource(),colModel);
	}
	
	function imageCellRenderer(data,cell,record,row,col,store){
		return String.format(&#039;&#039;,data)</description>
		<content:encoded><![CDATA[<p>Anuj,</p>
<p>Thanks for the article on the on request function. I have a different question &#8211; I am displaying an image in an ext grid and was wondering if there is a way to use lightbox with the grid. I use a custom cell renderer to display the image and was wondering how to invoke lightbox with the renderer.</p>
<p>function formatGrid(){<br />
		theGrid = ColdFusion.Grid.getGridObject(&#8220;ItemGrid&#8221;);<br />
		colModel = theGrid.getColumnModel();<br />
		//0 because the array of columns starts at index 0; thus, column 1 is index 0, and column 3 is index 2<br />
		colModel.setRenderer(15,imageCellRenderer);//custom renderer<br />
		colModel.setRenderer(8,Ext.util.Format.usMoney);//built-in Money renderer<br />
		colModel.setRenderer(9,Ext.util.Format.usMoney);//built-in Money renderer<br />
		theGrid.reconfigure(theGrid.getDataSource(),colModel);<br />
	}</p>
<p>	function imageCellRenderer(data,cell,record,row,col,store){<br />
		return String.format(&#8221;,data)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2008/07/17/extjs-disappearing-grid-headers-in-ie6/comment-page-1/#comment-3250</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Thu, 02 Apr 2009 08:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=144#comment-3250</guid>
		<description>@Bud, maybe this might help you.
http://corfield.org/blog/index.cfm/do/blog.entry/entry/Applicationcfc__onRequest_and_CFCs</description>
		<content:encoded><![CDATA[<p>@Bud, maybe this might help you.<br />
<a href="http://corfield.org/blog/index.cfm/do/blog.entry/entry/Applicationcfc__onRequest_and_CFCs" rel="nofollow">http://corfield.org/blog/index.cfm/do/blog.entry/entry/Applicationcfc__onRequest_and_CFCs</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bud Hines</title>
		<link>http://www.anujgakhar.com/2008/07/17/extjs-disappearing-grid-headers-in-ie6/comment-page-1/#comment-3247</link>
		<dc:creator>Bud Hines</dc:creator>
		<pubDate>Wed, 01 Apr 2009 10:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=144#comment-3247</guid>
		<description>Anuj, I found my problem. The image dispappears when I use the onrequest function in my application.cfc. The only way I found around it was to not use an application cfc. Have you experienced similar problems?</description>
		<content:encoded><![CDATA[<p>Anuj, I found my problem. The image dispappears when I use the onrequest function in my application.cfc. The only way I found around it was to not use an application cfc. Have you experienced similar problems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inam</title>
		<link>http://www.anujgakhar.com/2008/07/17/extjs-disappearing-grid-headers-in-ie6/comment-page-1/#comment-3155</link>
		<dc:creator>Inam</dc:creator>
		<pubDate>Fri, 13 Feb 2009 06:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=144#comment-3155</guid>
		<description>thanks buddy..u rocks</description>
		<content:encoded><![CDATA[<p>thanks buddy..u rocks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2008/07/17/extjs-disappearing-grid-headers-in-ie6/comment-page-1/#comment-3080</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Sat, 20 Dec 2008 12:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=144#comment-3080</guid>
		<description>Hi Bud, I think the css for the grid is being overwritten by your other css. Can you make sure there are no same style elements by looking at the &#039;view source&#039; of your generated page? or may be use firebug ?</description>
		<content:encoded><![CDATA[<p>Hi Bud, I think the css for the grid is being overwritten by your other css. Can you make sure there are no same style elements by looking at the &#8216;view source&#8217; of your generated page? or may be use firebug ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bud Hines</title>
		<link>http://www.anujgakhar.com/2008/07/17/extjs-disappearing-grid-headers-in-ie6/comment-page-1/#comment-3069</link>
		<dc:creator>Bud Hines</dc:creator>
		<pubDate>Mon, 15 Dec 2008 04:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=144#comment-3069</guid>
		<description>I tried the css commands above but the add and delete buttons on the top of my grip disappear any time I incude the grid in any template with css. However, they show up fine if I load the grid code into an empty template. Any ideas?</description>
		<content:encoded><![CDATA[<p>I tried the css commands above but the add and delete buttons on the top of my grip disappear any time I incude the grid in any template with css. However, they show up fine if I load the grid code into an empty template. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://www.anujgakhar.com/2008/07/17/extjs-disappearing-grid-headers-in-ie6/comment-page-1/#comment-2968</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Fri, 19 Sep 2008 13:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=144#comment-2968</guid>
		<description>Thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2008/07/17/extjs-disappearing-grid-headers-in-ie6/comment-page-1/#comment-2864</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Fri, 18 Jul 2008 12:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=144#comment-2864</guid>
		<description>@Graham, ExtJs is more UI oriented, I would say. And it surely does eveyrthing that any other JS library would do plus s bit more. Its worth a try www.extjs.com</description>
		<content:encoded><![CDATA[<p>@Graham, ExtJs is more UI oriented, I would say. And it surely does eveyrthing that any other JS library would do plus s bit more. Its worth a try <a href="http://www.extjs.com" rel="nofollow">http://www.extjs.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

