<?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: unable to change sortable col</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col</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/unable-to-change-sortable-col/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on unable to change sortable col</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1874</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1874</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I make a decision to add parameter in common grid params which</p>
<p>check the state of the grid. Maybe it name will be</p>
<p>gridstate with values - visible or hidden. This way we can check the state</p>
<p>of the grid with getGridParam.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 04 Sep 2008 01:53:47 +0300</pubDate>
        </item>
        <item>
        	<title>jemison on unable to change sortable col</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1867</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1867</guid>
        	        	<description><![CDATA[<p>hi Tony,</p>
<p>I suppose you didnt&#39;t have the opportunity to test this thing yet?</p>
]]></description>
        	        	<pubDate>Wed, 03 Sep 2008 12:43:49 +0300</pubDate>
        </item>
        <item>
        	<title>tony on unable to change sortable col</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1569</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1569</guid>
        	        	<description><![CDATA[<p>I will perform some test and replay to this.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 19 Aug 2008 01:24:36 +0300</pubDate>
        </item>
        <item>
        	<title>jemison on unable to change sortable col</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1564</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1564</guid>
        	        	<description><![CDATA[<p>I tested it, no luck, I got undefined as a result <img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/plugins/simple-forum/tinymce/plugins/emotions/img/smiley-cry.gif" border="0" alt="Cry" /></p>
]]></description>
        	        	<pubDate>Mon, 18 Aug 2008 11:58:14 +0300</pubDate>
        </item>
        <item>
        	<title>tony on unable to change sortable col</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1562</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1562</guid>
        	        	<description><![CDATA[<p>Not thested, but something like</p>
<p>$(jQuery(&#8221;#mygrid&#8221;).bDiv).attr("display")</p>
<p>will give you the state. Note the using of bDiv and not cDiv</p>
]]></description>
        	        	<pubDate>Mon, 18 Aug 2008 10:45:39 +0300</pubDate>
        </item>
        <item>
        	<title>jemison on unable to change sortable col</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1560</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1560</guid>
        	        	<description><![CDATA[<p>okay thx for the quick reply!</p>
<p>is there a way to know in witch state the grid is? &#39;cause I would like to be</p>
<p>able to open it if it&#39;s close, with</p>
<p>$(".HeaderButton",jQuery("#mygrid").cDiv).trigger("click");</p>
]]></description>
        	        	<pubDate>Mon, 18 Aug 2008 10:24:29 +0300</pubDate>
        </item>
        <item>
        	<title>tony on unable to change sortable col</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1558</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1558</guid>
        	        	<description><![CDATA[<p>Currently this property can not be changed dynamically.</p>
]]></description>
        	        	<pubDate>Mon, 18 Aug 2008 10:19:10 +0300</pubDate>
        </item>
        <item>
        	<title>jemison on unable to change sortable col</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1557</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unable-to-change-sortable-col#p1557</guid>
        	        	<description><![CDATA[<p>hi everyone,</p>
<p>Im trying to change a col that was sortable, I want to make it sortable false,</p>
<p>but so far, no luck, is there still a bug with setColprop?</p>
<p>thx</p>
]]></description>
        	        	<pubDate>Mon, 18 Aug 2008 10:07:47 +0300</pubDate>
        </item>
</channel>
</rss>