<?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: jqgrid colnames link</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-colnames-link</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/jqgrid-colnames-link/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Groomsha on jqgrid colnames link</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-colnames-link#p29856</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-colnames-link#p29856</guid>
        	        	<description><![CDATA[<p>Please tell me how you can make a column name in jqgrid working reference.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4212' value='Select Code' data-codeid='sfcode4212' /></p>
<div class='sfcode' id='sfcode4212'>
<pre>jQuery(document).ready(function(){ 
    jQuery(&#34;#table&#34;).jqGrid({
        <span style=&#34;&#34;&#34;white-space:pre&#34;&#34;&#34;>	</span>url: &#39;test.php&#39;,
		imgpath: &#39;css/flick/images&#39;,
       <span style=&#34;&#34;&#34;white-space:pre&#34;&#34;&#34;>	</span> <span style=&#34;&#34;&#34;white-space:pre&#34;&#34;&#34;>	</span>datatype: &#39;json&#39;,
		height: &#39;auto&#39;,
		width: 1050,
		sortname: &#39;id&#39;,
        <span style=&#34;&#34;&#34;white-space:pre&#34;&#34;&#34;>	</span>sortorder: &#34;asc&#34;,
        <span style=&#34;&#34;&#34;white-space:pre&#34;&#34;&#34;>	</span>mtype: &#39;POST&#39;,
       <span style=&#34;&#34;&#34;white-space:pre&#34;&#34;&#34;>	</span> <span style=&#34;&#34;&#34;white-space:pre&#34;&#34;&#34;>	</span>colNames: [&#39;id&#39;, &#39;&#60;a href=&#34;index.php&#34; &#62;INDEX LINK&#60;/a&#62;&#39;, &#39;notes&#39;],
        <span style=&#34;&#34;&#34;white-space:pre&#34;&#34;&#34;>	</span>colModel: [{name:&#39;id&#39;, index:&#39;id&#39;, width:320, align:&#39;left&#39;, sortable:false, search:false},
                        {name:&#39;data&#39;, index:&#39;data&#39;, width:320, align:&#39;left&#39;, sortable:false, search:false},
                        {name:&#39;notes&#39;, index:&#39;notes&#39;, width:320, align:&#39;left&#39;, sortable:false, search:false}],
		rowNum: 50,
		viewrecords: false,
		shrinkToFit: false,
		hidegrid: false,
		loadonce: true
	});
});</pre>
</div>
<p>The tooltip shows that the reference is to move on but it does not come out - <strong>not active</strong> </p>
]]></description>
        	        	<pubDate>Mon, 18 Nov 2013 09:25:09 +0200</pubDate>
        </item>
</channel>
</rss>