<?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: Little JSON update</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/little-json-update</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/feature-request/little-json-update/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>AndzinSan on Little JSON update</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/little-json-update#p21779</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/little-json-update#p21779</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I needed some "configuration" for sending only my get/post vars to server without predefined variables: _search, nd, rows, page... with using JSON loadonce feature....</p>
<p>...and I found this solution:</p>
<p>grid.base.js</p>
<p>line 865: add</p>
<p>data2JSON : {},</p>
</p>
<p>line cca 1606: edit to</p>
<p>data: (ts.p.data2JSON) ? (ts.p.data2JSON) : ($.isFunction(ts.p.serializeGridData)? ts.p.serializeGridData.call(ts,ts.p.postData) : ts.p.postData),</p>
</p>
<p>this little update prevent sending predefined datas to server and send only my specific datas - same as $.ajax data method.</p>
</p>
<p>In my jqgrid works absolutely perfect, so i hope it help others.</p>
</p>
<p>😉</p>
]]></description>
        	        	<pubDate>Fri, 21 Jan 2011 19:24:25 +0200</pubDate>
        </item>
</channel>
</rss>