<?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: Data load preprocessor</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/data-load-preprocessor</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/data-load-preprocessor/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Data load preprocessor</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/data-load-preprocessor#p19309</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/data-load-preprocessor#p19309</guid>
        	        	<description><![CDATA[<p>Hello Oleg,</p>
<p>Thanks for this post.</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 25 Aug 2010 18:21:40 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Data load preprocessor</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/data-load-preprocessor#p19244</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/data-load-preprocessor#p19244</guid>
        	        	<description><![CDATA[<p>Do you tried with <strong>dataFilter</strong> event of <a onclick="javascript:pageTracker._trackPageview(&#39;/outbound/article/http://api.jquery.com/jQuery.ajax/&#39;);" href="http://api.jquery.com/jQuery.ajax/" target="_blank">jQuery.ajax</a>? You can set it with respect of <strong>ajaxGridOptions</strong> option. In general I could agree with you that&#160;existence&#160;of <strong>deserializeGridData</strong>&#160;(or dataPreprocessor) like <strong>serializeGridData</strong> could make be easyer to use the feature.</p>
]]></description>
        	        	<pubDate>Mon, 23 Aug 2010 10:02:01 +0300</pubDate>
        </item>
        <item>
        	<title>binduck on Data load preprocessor</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/data-load-preprocessor#p19239</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/data-load-preprocessor#p19239</guid>
        	        	<description><![CDATA[<p>This adding will open lot of opportunities to developers. We could perform a data preprocess before loading data in grid!</p>
<p>In grid.base.js when making ajax call to server</p>
</p>
<pre>success:function(req,st) {
+++        if(ts.p.dataPreprocessor !== undefined) ts.p.dataPreprocessor(req); 
        if(dt === "xml") { addXmlData(req,ts.grid.bDiv,rcnt,npage&#62;1,adjust); }
        else { addJSONData(req,ts.grid.bDiv,rcnt,npage&#62;1,adjust); }
        ............</pre>
]]></description>
        	        	<pubDate>Sat, 21 Aug 2010 20:28:41 +0300</pubDate>
        </item>
</channel>
</rss>