<?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: Can never access content of second row in grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/can-never-access-content-of-second-row-in-grid</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/can-never-access-content-of-second-row-in-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>allexx on Can never access content of second row in grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/can-never-access-content-of-second-row-in-grid#p5641</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/can-never-access-content-of-second-row-in-grid#p5641</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>Thank you for your quick response and a great product. Yes, you were correct, I checked my starting row index and it was starting at zero instead of 1.</p>
<p>Thanks again,</p>
<p>Alex.</p>
]]></description>
        	        	<pubDate>Thu, 26 Mar 2009 19:59:50 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Can never access content of second row in grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/can-never-access-content-of-second-row-in-grid#p5609</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/can-never-access-content-of-second-row-in-grid#p5609</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>How are the ids of the rows in the grid? Is your rows like this</p>
<p>&#60;tr id="1"...&#62;&#60;/tr&#62;</p>
<p>&#60;tr id="2"...&#62;&#60;/tr&#62;</p>
<p>&#60;tr id="3"...&#62;&#60;/tr&#62;</p>
<p>Remember - you should understand that this is row id and not row index - this is quite different.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 26 Mar 2009 02:42:14 +0200</pubDate>
        </item>
        <item>
        	<title>allexx on Can never access content of second row in grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/can-never-access-content-of-second-row-in-grid#p5607</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/can-never-access-content-of-second-row-in-grid#p5607</guid>
        	        	<description><![CDATA[<p>When trying to display the content of a single cell for each row in a grid, the second row is always ignored and cannot be accessed.</p>
<p>colModel:[{name:&#39;symbol&#39;, index:&#39;symbol&#39;, width:50},<br /> {name:&#39;last&#39;, width:50, sortable:false, align:&#39;right&#39;},<br /> {name:&#39;change&#39;, width:50, sortable:false, align:&#39;right&#39;},<br /> {name:&#39;bid&#39;, width:50, sortable:false, align:&#39;right&#39;},<br /> {name:&#39;offer&#39;, width:50, sortable:false, align:&#39;right&#39;},<br /> {name:&#39;open&#39;, width:50, sortable:false, align:&#39;right&#39;},<br /> {name:&#39;high&#39;, width:50, sortable:false, align:&#39;right&#39;},<br /> {name:&#39;low&#39;, width:50, sortable:false, align:&#39;right&#39;},<br /> {name:&#39;filler&#39;, width:11, sortable:false}],&#160;&#160;&#160;</p>
<p>alert(jQuery("#gridID").getCell(1,"symbol"));<br /> alert(jQuery("#gridID").getCell(2,"symbol"));<br /> alert(jQuery("#gridID").getCell(3,"symbol"));</p>
<p>The first alert correctly displays the content of the symbol field in row 1.</p>
<p>The second alert skips over row 2 and displays the content of symbol field in row 3.</p>
<p>The third alert displays content of symbol field in row 4 etc...</p></p>
]]></description>
        	        	<pubDate>Wed, 25 Mar 2009 21:12:08 +0200</pubDate>
        </item>
</channel>
</rss>