<?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: ColdFusion 8 Grid Magic</title>
	<atom:link href="http://ajaxian.com/archives/coldfusion-8-grid-magic/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/coldfusion-8-grid-magic</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: starkraving</title>
		<link>http://ajaxian.com/archives/coldfusion-8-grid-magic/comment-page-1#comment-259543</link>
		<dc:creator>starkraving</dc:creator>
		<pubDate>Fri, 30 Nov 2007 06:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3055#comment-259543</guid>
		<description>CF FTW</description>
		<content:encoded><![CDATA[<p>CF FTW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Bennett</title>
		<link>http://ajaxian.com/archives/coldfusion-8-grid-magic/comment-page-1#comment-259522</link>
		<dc:creator>Scott Bennett</dc:creator>
		<pubDate>Thu, 29 Nov 2007 16:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3055#comment-259522</guid>
		<description>@Cutter - Well said. It is definitely a lot easier to start with the cfgrid tag as a base, and then just add a few quick JavaScript functions to customize the grid as necessary. Additionally I had never used the Ext objects before CF8 came out, so it would have taken me a lot longer figure out how to build an entire grid functionality from scratch.

@Gary - Good point, the nice thing is that you can just write your own function to format the date however you like, so you could make a &quot;euroDateRenderer&quot; function that formats the date string the way you need it to and then change the line:

cm.setRenderer(3, Ext.util.Format.dateRenderer(â€™m/d/Yâ€™));

to 

cm.setRenderer(3, euroDateRenderer);</description>
		<content:encoded><![CDATA[<p>@Cutter &#8211; Well said. It is definitely a lot easier to start with the cfgrid tag as a base, and then just add a few quick JavaScript functions to customize the grid as necessary. Additionally I had never used the Ext objects before CF8 came out, so it would have taken me a lot longer figure out how to build an entire grid functionality from scratch.</p>
<p>@Gary &#8211; Good point, the nice thing is that you can just write your own function to format the date however you like, so you could make a &#8220;euroDateRenderer&#8221; function that formats the date string the way you need it to and then change the line:</p>
<p>cm.setRenderer(3, Ext.util.Format.dateRenderer(â€™m/d/Yâ€™));</p>
<p>to </p>
<p>cm.setRenderer(3, euroDateRenderer);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Gilbert</title>
		<link>http://ajaxian.com/archives/coldfusion-8-grid-magic/comment-page-1#comment-259519</link>
		<dc:creator>Gary Gilbert</dc:creator>
		<pubDate>Thu, 29 Nov 2007 16:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3055#comment-259519</guid>
		<description>I posted an entry on cell renders a while back on my blog http://www.garyrgilbert.com/blog/index.cfm/2007/8/24/CFGRID-Cell-Renderer-Revisited

Be aware that the date package only works for US formatted dates (29.11.2007 fails).</description>
		<content:encoded><![CDATA[<p>I posted an entry on cell renders a while back on my blog <a href="http://www.garyrgilbert.com/blog/index.cfm/2007/8/24/CFGRID-Cell-Renderer-Revisited" rel="nofollow">http://www.garyrgilbert.com/blog/index.cfm/2007/8/24/CFGRID-Cell-Renderer-Revisited</a></p>
<p>Be aware that the date package only works for US formatted dates (29.11.2007 fails).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cutter</title>
		<link>http://ajaxian.com/archives/coldfusion-8-grid-magic/comment-page-1#comment-259514</link>
		<dc:creator>Cutter</dc:creator>
		<pubDate>Thu, 29 Nov 2007 15:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3055#comment-259514</guid>
		<description>@Jon - I agree with you, to a point. Remember that ColdFusion &#039;Makes the hard things easy&#039;. A less experienced developer can quickly piece together a nice, functional application. A more experienced developer can, using these new features, quickly prototype an application which can later be expanded upon and improved by using the Ext library directly, while maintaining the same look and feel. My client may want only what&#039;s been generated by CF8, and nothing further, and have a limited budget. Or, they may say &#039;that looks great, but I also want it to do this,&#039; at which point I can bill them for further custom development with Ext.</description>
		<content:encoded><![CDATA[<p>@Jon &#8211; I agree with you, to a point. Remember that ColdFusion &#8216;Makes the hard things easy&#8217;. A less experienced developer can quickly piece together a nice, functional application. A more experienced developer can, using these new features, quickly prototype an application which can later be expanded upon and improved by using the Ext library directly, while maintaining the same look and feel. My client may want only what&#8217;s been generated by CF8, and nothing further, and have a limited budget. Or, they may say &#8216;that looks great, but I also want it to do this,&#8217; at which point I can bill them for further custom development with Ext.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Hartmann</title>
		<link>http://ajaxian.com/archives/coldfusion-8-grid-magic/comment-page-1#comment-259505</link>
		<dc:creator>Jon Hartmann</dc:creator>
		<pubDate>Thu, 29 Nov 2007 14:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3055#comment-259505</guid>
		<description>As a CF developer that loves JS, I have a hard time with the built-in custom-tag like HTML/JS wrappers that come in CF. I guess its because I understand whats under the hood, and I know that I can do the same things more cleanly, and with a higher level of control then what you can handle with the built in system. I mean, having the tags as short-cuts is nice and all, but 90% of the time, if you want to do anything really useful with them, you have to understand JS anyway in order to write the custom code. If I already know JS, and understand Ext well enough to customize the components, why wouldn&#039;t I just write it myself?</description>
		<content:encoded><![CDATA[<p>As a CF developer that loves JS, I have a hard time with the built-in custom-tag like HTML/JS wrappers that come in CF. I guess its because I understand whats under the hood, and I know that I can do the same things more cleanly, and with a higher level of control then what you can handle with the built in system. I mean, having the tags as short-cuts is nice and all, but 90% of the time, if you want to do anything really useful with them, you have to understand JS anyway in order to write the custom code. If I already know JS, and understand Ext well enough to customize the components, why wouldn&#8217;t I just write it myself?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

