<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Help with setCell</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-setcell</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/help-with-setcell/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Jim P on Help with setCell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-setcell#p6332</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-with-setcell#p6332</guid>
        	        	<description><![CDATA[<p>I figured it out:</p>
<p>This is the correct syntax:</p>
<p>$("#agelist").setCell(rowid,&#39;x_days_pastdue&#39;,&#39;Current&#39;);</p>
</p>
<p>NOT THIS:</p>
<p>$(&#8221;#agelist&#8221;).setCell(&#8221;rowid&#8221;,&#8221;x_days_pastdue&#8221;,&#8221;Current&#8221;);</p>
</p>
<p>Tony,</p>
<p>You documentation is good, but it would be better if every method was listed with examples.</p>
</p>
<p>Thanks,&#160; Jim</p>
]]></description>
        	        	<pubDate>Mon, 27 Apr 2009 09:51:14 +0300</pubDate>
        </item>
        <item>
        	<title>Jim P on Help with setCell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-setcell#p6330</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-with-setcell#p6330</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>My conditional statement worked fine. I put an alert(rowid) inside the condition and it fires ok.&#160;&#160;&#160; The number that is returned is the value of column one.&#160; Is that right?</p>
<p>Jim</p>
]]></description>
        	        	<pubDate>Mon, 27 Apr 2009 08:27:15 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Help with setCell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-setcell#p6290</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-with-setcell#p6290</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Try</p>
<p>if (parseInt(rowdata.x_days_pastdue) == 0)...</p>
<p>If you do not have condition does the setCell work?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 25 Apr 2009 06:55:08 +0300</pubDate>
        </item>
        <item>
        	<title>Jim P on Help with setCell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-setcell#p6261</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-with-setcell#p6261</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>I can&#39;t figure out the syntax for the setCell Method.</p>
<p>This is my code:</p>
<p>&#160;&#160;&#160;&#160;if (rowdata.x_days_pastdue == 0)<br />&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;$("#agelist").setCell("rowid","x_days_pastdue","Current");<br />&#160;&#160;&#160;&#160;&#160; &#160;&#160; }<br />&#160;&#160;&#160;&#160; },&#160;</p>
<p>If the cell data is 0, then I want to change it to the word Current.</p>
<p>The above doesn&#39;t throw and error but the cell is blank.</p>
<p>thanks,&#160; Jim</p>
]]></description>
        	        	<pubDate>Fri, 24 Apr 2009 12:42:13 +0300</pubDate>
        </item>
</channel>
</rss>