<?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 does one post process data that been retrieved?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-does-one-post-process-data-that-been-retrieved</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-does-one-post-process-data-that-been-retrieved/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>gallyjh on How does one post process data that been retrieved?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-does-one-post-process-data-that-been-retrieved#p28757</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-does-one-post-process-data-that-been-retrieved#p28757</guid>
        	        	<description><![CDATA[<p>Ah strange. &#160;When I attempted to just set data to {}, to see what would happen, it didn&#39;t appear to do anything. &#160;However setting properties did. &#160;Thanks Oleg.</p>
]]></description>
        	        	<pubDate>Fri, 10 May 2013 23:49:04 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on How does one post process data that been retrieved?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-does-one-post-process-data-that-been-retrieved#p28755</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-does-one-post-process-data-that-been-retrieved#p28755</guid>
        	        	<description><![CDATA[<p>You can change properties of the object <strong>data</strong> which is parameter of <strong>beforeProcessing</strong>. For example you can use the code like</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4995' value='Select Code' data-codeid='sfcode4995' /></p>
<div class='sfcode' id='sfcode4995'>beforeProcessing: function (data) {<br />&#160; &#160; ...<br />&#160; &#160; data.rows = ...;<br />&#160; &#160; data.page = ...;<br />}</div>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Fri, 10 May 2013 19:37:40 +0300</pubDate>
        </item>
        <item>
        	<title>gallyjh on How does one post process data that been retrieved?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-does-one-post-process-data-that-been-retrieved#p28754</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-does-one-post-process-data-that-been-retrieved#p28754</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>I&#39;m looking at the <em>beforeProcessing</em> event and it seems very deceiving. &#160;I see that the parameter data is the data pulled back from the server however I can&#39;t make any changes to it so that it is reflected in the grid. &#160;The problem is that the data pulled back from the server is not in the exact format that jqgrid wants. &#160;For example, I get a webresponse object, where a property called Tag is a string of the JSON object. &#160;I have to do a $.parseJSON(webResponse.Tag) and have that be the data the grid should use. &#160;What is the best way to approach this? &#160;I thought I could do something like:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6652' value='Select Code' data-codeid='sfcode6652' /></p>
<div class='sfcode' id='sfcode6652'>function beforeProcessing(data){var newData = $.parseJSON(data.Tag); return newData;}&#160;</div>
</p>
<p>But looking at the source, that won&#39;t help... so I&#39;m assuming I&#39;m approaching this incorrectly. &#160;Any insight would be greatly appreciated.</p>
</p>
<p>thanks,</p>
<p>jh</p></p>
]]></description>
        	        	<pubDate>Fri, 10 May 2013 19:18:49 +0300</pubDate>
        </item>
</channel>
</rss>