<?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: jqgrid getRowData(rowId) not returning proper value</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-getrowdatarowid-not-returning-proper-value</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/jqgrid-getrowdatarowid-not-returning-proper-value/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqgrid getRowData(rowId) not returning proper value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-getrowdatarowid-not-returning-proper-value#p28630</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-getrowdatarowid-not-returning-proper-value#p28630</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Can you please make a simple test case to show this problem. You can use <a href="http://jsfiddle.net/" target="_blank">JSFIDDLE&#160;&#160;</a></p>
<p>for this purpose or send us a example.</p>
<p>Thank you.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 10 Apr 2013 21:15:45 +0300</pubDate>
        </item>
        <item>
        	<title>pvalli on jqgrid getRowData(rowId) not returning proper value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-getrowdatarowid-not-returning-proper-value#p28625</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-getrowdatarowid-not-returning-proper-value#p28625</guid>
        	        	<description><![CDATA[<p>I have upgraded the jgrid from 3.7.2 to 4.4.4 from then onwards getRowData(rowId) is not working (ie not returning the row details)</p>
<p>my corresponding code snippet is</p>
<p>=======================================================</p>
<p>subGridRowExpanded: function(subgrid_id, row_id)</p>
<p>{........</p>
<p>var temprecord = new Array();</p>
<p>temprecord = jq("#dataGrid").getRowData(row_id); &#160; &#160; &#160; &#160; &#160; &#160;</p>
<p>....... &#160;}</p>
<p>=======================================================</p>
<p>In the above example</p>
<p>jqgrid 3.7.2 returns</p>
<p>temprecord as empty object</p>
<p>I have also tried this variant<strong> jq(&#39;#dataGrid&#39;).jqGrid(&#39;getRowData&#39;,&#39;row_id&#39;); </strong>but even it does not work</p>
<p><em><span style="color: #ff0000;">Note:</span> In my grid, there were few columns that are not visible(not shown) to user. In some forum, I remember I read that getRowData has a bug, when using in grid where some columns are not visible (display:none) to the user.</em></p>
<p><em>Is this true ? can anyone let me know how to getRowData using jgrid 4.4.4 version when grid contains some non visible columns</em></p></p>
]]></description>
        	        	<pubDate>Tue, 09 Apr 2013 14:37:43 +0300</pubDate>
        </item>
</channel>
</rss>