<?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 AJAX Question</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-ajax-question</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/discussion/jqgrid-ajax-question/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqGrid AJAX Question</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-ajax-question#p11102</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-ajax-question#p11102</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>jqGrid have methods and events to allmost what you want. No rady solutions</p>
<p>So in your case:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3436' value='Select Code' data-codeid='sfcode3436' /></p>
<div class='sfcode' id='sfcode3436'>
<p>var mycolModel&#160; = $("#mygrid").getGridParam("colModel");</p>
<p>$.each(mycolModel, function (i) {</p>
<p>if(this.hidden ) { // we check if the column is hidden</p>
<p>// do something</p>
<p>}</p>
<p>// this.name - will give you the name and i variable the order</p>
<p>});</p>
</p>
</div>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 27 Oct 2009 02:16:42 +0200</pubDate>
        </item>
        <item>
        	<title>geezimgood on jqGrid AJAX Question</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-ajax-question#p11042</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-ajax-question#p11042</guid>
        	        	<description><![CDATA[<p>Hey all,</p>
</p>
<p>I&#39;m wondering if it is possible for jqGrid to return the currently visible columns and current column order (perhaps in a JSON string). Is there a built in method that I can use to do this (e.g. once a user removes a column from the grid, can I get that "state")?</p>
<p>The reason why I want to get this information is because I would like to be able to allow a user to "save" their current view after they add / remove / sort records on the grid.</p>
</p>
<p>Thanks <img class="spSmiley" style="margin:0" title="Cool" src="/blog/wp-content/forum-smileys/sf-cool.gif" alt="Cool" /></p>
]]></description>
        	        	<pubDate>Fri, 23 Oct 2009 14:16:29 +0300</pubDate>
        </item>
</channel>
</rss>