<?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: Frozen columns using the jsonstring data</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/frozen-columns-using-the-jsonstring-data</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/frozen-columns-using-the-jsonstring-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>mikespam on Frozen columns using the jsonstring data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/frozen-columns-using-the-jsonstring-data#p26982</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/frozen-columns-using-the-jsonstring-data#p26982</guid>
        	        	<description><![CDATA[<p>I can&#39;t get frozen columns to work with jsonstring data type</p>
<p>Here&#39;s my ajax request:</p>
<pre class="default prettyprint"><p><input type='button' class='sfcodeselect' name='sfselectit2405' value='Select Code' data-codeid='sfcode2405' /></p><div class='sfcode' id='sfcode2405'>$.ajax(<br />&#160; &#160; {<br />&#160; &#160; &#160; &#160;type: "POST",<br />&#160; &#160; &#160; &#160;url: url,<br />&#160; &#160; &#160; &#160;data: "",<br />&#160; &#160; &#160; &#160;dataType: "json",<br />&#160; &#160; &#160; &#160;success: function(data)<br />&#160; &#160; &#160; &#160;{<br /><br />&#160; &#160; &#160; &#160; &#160; &#160; rows = data.rows<br />&#160; &#160; &#160; &#160; &#160; &#160; cols = data.colNames;<br />&#160; &#160; &#160; &#160; &#160; &#160; colModel = data.colModel;<br /><br />&#160; &#160; &#160; &#160; &#160; &#160; grid.jqGrid({<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; jsonReader : {<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; repeatitems: false<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; },<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; url: urlData,<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; datatype: &#39;jsonstring&#39;,<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; mtype: &#39;POST&#39;,<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; datastr : rows,<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; colNames: cols,<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; colModel: colModel,<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;...............<br /></div></pre>
]]></description>
        	        	<pubDate>Fri, 20 Jul 2012 21:33:52 +0300</pubDate>
        </item>
</channel>
</rss>