<?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: How to update hidden cell</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-update-hidden-cell</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/how-to-update-hidden-cell/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>stipko on How to update hidden cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-update-hidden-cell#p21171</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-update-hidden-cell#p21171</guid>
        	        	<description><![CDATA[<p>Thank you. This do the magic.</p>
]]></description>
        	        	<pubDate>Mon, 06 Dec 2010 14:25:40 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on How to update hidden cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-update-hidden-cell#p21168</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-update-hidden-cell#p21168</guid>
        	        	<description><![CDATA[<p>Consider to use get/set of the <strong>data</strong> parameter of the jqGrid. It holds all the data of the local grid. The corresponding code can be about following</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3623' value='Select Code' data-codeid='sfcode3623' /></p>
<div class='sfcode' id='sfcode3623'>var mydata = $(&#39;#list&#39;).jqGrid(&#39;getGridParam&#39;,&#39;data&#39;);</div>
<p>After modification of the grid data with respect of <strong>$(&#39;#list&#39;).jqGrid(&#39;setGridParam&#39;,&#39;data&#39;,mydata)</strong> refreshing of the internal grid&#39;s indexes with the code <strong>$("#list")[0].refreshIndex()</strong> can be needed (see <a href="/blog/?page_id=393/help/losing-edited-cell-data-after-paging/#p18566" target="_blank">this</a> for more detailes).</p>
<p>Best regards<br />Oleg</p></p>
]]></description>
        	        	<pubDate>Mon, 06 Dec 2010 12:51:26 +0200</pubDate>
        </item>
        <item>
        	<title>stipko on How to update hidden cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-update-hidden-cell#p21166</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-update-hidden-cell#p21166</guid>
        	        	<description><![CDATA[<p>1. I have table with rowNum=15. How can I update cell data on second (or third, or any other) page when user is on the first page?</p>
<p>When I call $j("#tbl").jqGrid(&#39;getRowData&#39;) i receive only 15 objects instead 50 (which is the number of records).</p>
<p>2. Is there any way to get all data from table. I mean all, not only the data ?</p>
]]></description>
        	        	<pubDate>Mon, 06 Dec 2010 11:25:25 +0200</pubDate>
        </item>
</channel>
</rss>