<?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 do you disable column sorting</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-you-disable-column-sorting</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-do-you-disable-column-sorting/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>derek on How do you disable column sorting</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-you-disable-column-sorting#p25015</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-do-you-disable-column-sorting#p25015</guid>
        	        	<description><![CDATA[<p>Don&#39;t worry yourselfs to much thinking about how to answer my questions.&#160; I figured it out.&#160; Infact, it must be that you responded to this post so fast, I am replying to it before you even posted it.&#160; Some kind of space time continuim fluctuation or some such.&#160;</p>
</p>
<p>But here is how you do what I requested...</p>
<p>jQuery(document).ready(function () {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; tableToGrid("#table1", { cmTemplate:{sortable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: 400,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; autowidth: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Name&#39;, &#39;Description&#39;, &#39;Population Type&#39;]<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name: &#39;Name&#39;, sortAble: false},<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name: &#39;Population ID&#39;, sortAble: false},<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name: &#39;Description&#39;, sortAble: false},<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name: &#39;is Active&#39;, sortAble: false},<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name: &#39;Population Type&#39;, sortAble: false},<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name: &#39;View History&#39;, sortAble: false}&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />//&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ]<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
</p>
<p>You have to list all columns, but what the hey, it disables the sorting stuff.&#160; Which works for me.</p>
]]></description>
        	        	<pubDate>Fri, 28 Oct 2011 14:59:32 +0300</pubDate>
        </item>
        <item>
        	<title>derek on How do you disable column sorting</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-you-disable-column-sorting#p25009</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-do-you-disable-column-sorting#p25009</guid>
        	        	<description><![CDATA[<p>Hello there.</p>
<p>I am running into some issues when I am using your wonderful tool.&#160; I have an html tabel that I convert to a grid.&#160; When I have a large row set, and I attempt to order the rows by a particular column, the rest of my data set disappears no where to be found (I am not using paging or anything).&#160; This thing is due to go live real soon, so I figured I would just cut my losses and just get rid of the sorting capability.&#160; How can I do that?&#160; Some of the information online is a little bit confusing...</p>
]]></description>
        	        	<pubDate>Fri, 28 Oct 2011 00:44:14 +0300</pubDate>
        </item>
</channel>
</rss>