<?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: Use setGridParam to update some data in postData</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/use-setgridparam-to-update-some-data-in-postdata</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/use-setgridparam-to-update-some-data-in-postdata/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Use setGridParam to update some data in postData</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/use-setgridparam-to-update-some-data-in-postdata#p30861</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/use-setgridparam-to-update-some-data-in-postdata#p30861</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>In the current implementation the other data set with setGridParam stay the same - i.e the data is not overwriten.<br />
Today I added second parameter which sent to true will overwrite the data previous data<br />
See the <a href="https://github.com/tonytomov/jqGrid/commit/7cbddd60d59f5efea64cc680e72e165b23445b0e" target="_blank">addition here</a></p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Mon, 21 Jul 2014 11:08:11 +0300</pubDate>
        </item>
        <item>
        	<title>ivanchain on Use setGridParam to update some data in postData</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/use-setgridparam-to-update-some-data-in-postdata#p30860</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/use-setgridparam-to-update-some-data-in-postdata#p30860</guid>
        	        	<description><![CDATA[<p>When I create the jqgrid, I use: postData:{SearchConditionStr:'123',MyStore:'234',SearchTimeType:'345'}</p>
<p>and it works well.</p>
<p>Â </p>
<p>Now I need to modify the SearchConditionStr to '111'. So I use:</p>
<p>grid.setGridParam({postData:{'SearchConditionStr':'111'}});</p>
<p>Â </p>
<p>The SearchConditionStr is changed from 123 to 111 correctly.Â I want to know if I do this, what about the MyStore and SearchTimeType parameters? Â If I need to update only some dat in postData, what's the correct method?Â </p>
<p>yours,<br />
Ivan</p>
]]></description>
        	        	<pubDate>Sun, 20 Jul 2014 13:27:24 +0300</pubDate>
        </item>
</channel>
</rss>