<?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: I am still here</title>
	<atom:link href="http://www.anujgakhar.com/2009/07/18/i-am-still-here/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anujgakhar.com/2009/07/18/i-am-still-here/</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: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2009/07/18/i-am-still-here/comment-page-1/#comment-3394</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Tue, 28 Jul 2009 05:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=471#comment-3394</guid>
		<description>Hi Jean, sorry for the late reply. I am going dead busy here. Have you got a mapping to CFIDE setup correctly? 
And if you want to have dropdowns you need to use itemRenderers , there are loads of examples out there.</description>
		<content:encoded><![CDATA[<p>Hi Jean, sorry for the late reply. I am going dead busy here. Have you got a mapping to CFIDE setup correctly?<br />
And if you want to have dropdowns you need to use itemRenderers , there are loads of examples out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean</title>
		<link>http://www.anujgakhar.com/2009/07/18/i-am-still-here/comment-page-1/#comment-3393</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Thu, 23 Jul 2009 19:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=471#comment-3393</guid>
		<description>Mr. Gakhar, 
I saw your sample code(grid.cfm, data.cfc) from &quot;CRUD-with-cfgrid-html-format&quot;. I have 2 problems trying to use the code: 
1). It would be nice that the columns can be combo boxes (pull down list from a lookup table) or select (allows user to select &quot;Y&quot; or &quot;N&quot;). 

2). I am having problem launching the example because &quot;The path to the CFC must be specified as a full path, or as a relative path from the current template, without the use of mappings.&quot;  My CFCs and *.CFM are stored on the I drive (which is mapped to the development server I am supposed to use). 

I tried without success:


// create a new JS proxy object for the CFC	
var dataproxy = new cfproxy();
cfproxy.setCallbackHandler(handleResult);

function handleResult(response)
{
	alert(response);
} 

Can you help me with the code using Ajax and defining/updating the combo boxes from the cfgrid ?  Thank you for your time and help.</description>
		<content:encoded><![CDATA[<p>Mr. Gakhar,<br />
I saw your sample code(grid.cfm, data.cfc) from &#8220;CRUD-with-cfgrid-html-format&#8221;. I have 2 problems trying to use the code:<br />
1). It would be nice that the columns can be combo boxes (pull down list from a lookup table) or select (allows user to select &#8220;Y&#8221; or &#8220;N&#8221;). </p>
<p>2). I am having problem launching the example because &#8220;The path to the CFC must be specified as a full path, or as a relative path from the current template, without the use of mappings.&#8221;  My CFCs and *.CFM are stored on the I drive (which is mapped to the development server I am supposed to use). </p>
<p>I tried without success:</p>
<p>// create a new JS proxy object for the CFC<br />
var dataproxy = new cfproxy();<br />
cfproxy.setCallbackHandler(handleResult);</p>
<p>function handleResult(response)<br />
{<br />
	alert(response);<br />
} </p>
<p>Can you help me with the code using Ajax and defining/updating the combo boxes from the cfgrid ?  Thank you for your time and help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

