<?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: getCell &#38; row index '0'</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0</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/bugs/getcell-row-index-0/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>giluka on getCell &#38; row index '0'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5285</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5285</guid>
        	        	<description><![CDATA[<p>ok, thanks !</p>
<p><img class="spSmiley" style="margin:0" title="Wink" src="/blog/wp-content/plugins/simple-forum/tinymce/plugins/emotions/img/smiley-wink.gif" border="0" alt="Wink" /></p>
<p>have a good job</p>
]]></description>
        	        	<pubDate>Thu, 12 Mar 2009 11:58:06 +0200</pubDate>
        </item>
        <item>
        	<title>tony on getCell &#38; row index '0'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5281</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5281</guid>
        	        	<description><![CDATA[<p>Hello again,</p>
<p>Just to note - getCell uses rowid and not rowIndex (which is quite different)</p>
<p>REgards</p></p>
]]></description>
        	        	<pubDate>Thu, 12 Mar 2009 11:30:42 +0200</pubDate>
        </item>
        <item>
        	<title>tony on getCell &#38; row index '0'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5280</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5280</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>OK. Thanks - found a problem. Fixed. Will publish bug fix after some hours.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 12 Mar 2009 11:28:38 +0200</pubDate>
        </item>
        <item>
        	<title>giluka on getCell &#38; row index '0'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5279</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5279</guid>
        	        	<description><![CDATA[<p>simply this...</p>
<p>in a grid with a column so defined:</p>
<p>...</p>
<p>&#160;{name:&#39;name&#39;, index:&#39;name&#39;, width:150, sortable:true, editable:false, resizable:false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; edittype:"text",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editrules: {edithidden:false, required:true, number:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editoptions:{size:"30", maxlength:"50"}},</p>
<p>...</p>
<p>grid shown contains in first row and in column &#39;name&#39; cell with value "cell A";</p>
<p>grid shown contains in second row and in column &#39;name&#39; cell with value "cell B";</p>
<p>when i try to retrieve value of cell at first row showed ...</p>
<p>$(&#39;#&#39;+gridId).getCell(0, &#39;name&#39;);</p>
<p>result returned is &#39;false&#39;</p>
<p>but if i try:</p>
<p>$(&#39;#&#39;+gridId).getCell(1, &#39;name&#39;);</p>
<p>result returned is &#39;cell B&#39;</p>
<p>so ... how can i retrieve value at first row ?</p>
<p>thanks !!</p>
]]></description>
        	        	<pubDate>Thu, 12 Mar 2009 11:24:35 +0200</pubDate>
        </item>
        <item>
        	<title>tony on getCell &#38; row index '0'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5271</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5271</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Can you please tell me what you actually will do?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 12 Mar 2009 11:08:11 +0200</pubDate>
        </item>
        <item>
        	<title>giluka on getCell &#38; row index '0'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5268</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5268</guid>
        	        	<description><![CDATA[<p>Hi tony,</p>
<p>thanks for your response but my problem is that i can&#39;t retrieve first row of my grid ...</p>
<p>if i try to retrieve row at index &#39;1&#39; i obtain data of second row shown ...</p>
<p>thanks</p></p>
]]></description>
        	        	<pubDate>Thu, 12 Mar 2009 10:57:57 +0200</pubDate>
        </item>
        <item>
        	<title>tony on getCell &#38; row index '0'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5265</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5265</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You do not need it, since ity is empty hidden row.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 12 Mar 2009 10:51:45 +0200</pubDate>
        </item>
        <item>
        	<title>giluka on getCell &#38; row index '0'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5230</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5230</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>but if i should begin to work at rowindex 1 ... i cannot retrieve first row at index &#39;0&#39; ?</p>
<p>Is it right or there&#39;is a workaround for this version of jgrid ?</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Wed, 11 Mar 2009 04:03:06 +0200</pubDate>
        </item>
        <item>
        	<title>tony on getCell &#38; row index '0'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5208</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5208</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>In jqGrid versions to 3.4.x this row is reserved for the formatting (this is empty hidden row) . You should begin to work at rowindex 1 instead.In next major releas this is corrected.</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Wed, 11 Mar 2009 01:33:04 +0200</pubDate>
        </item>
        <item>
        	<title>giluka on getCell &#38; row index '0'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5185</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getcell-row-index-0#p5185</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>i&#39;ve a problem with method getCell(rowIndex, colIndex) called on row at position &#39;0&#39;&#8230;</p>
<p>The method return &#8220;false&#8221; !!</p>
<p>I&#39;ve installed last jqgrid 3.4.2 and jquery 1.3.2</p>
<p>Any idea ?</p>
</p>
<p>thanks</p>
]]></description>
        	        	<pubDate>Mon, 09 Mar 2009 08:29:01 +0200</pubDate>
        </item>
</channel>
</rss>