<?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: Show/Hide Columns making server side calls</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/showhide-columns-making-server-side-calls</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/feature-request/showhide-columns-making-server-side-calls/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>azaibnoor on Show/Hide Columns making server side calls</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/showhide-columns-making-server-side-calls#p30191</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/showhide-columns-making-server-side-calls#p30191</guid>
        	        	<description><![CDATA[<p>i need urgent help plzz....</p>
]]></description>
        	        	<pubDate>Thu, 30 Jan 2014 08:33:46 +0200</pubDate>
        </item>
        <item>
        	<title>azaibnoor on Show/Hide Columns making server side calls</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/showhide-columns-making-server-side-calls#p30190</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/showhide-columns-making-server-side-calls#p30190</guid>
        	        	<description><![CDATA[<p>Dear,</p>
<p>i hope yor good, actually i have plugin version 1.4.6 and i need to add search tool as above as other table, beside this it wiill stay on page as grid,</p>
<p>thanks,</p>
<p>regard, azaib noor.</p>
]]></description>
        	        	<pubDate>Thu, 30 Jan 2014 08:33:13 +0200</pubDate>
        </item>
        <item>
        	<title>Lonewolf217 on Show/Hide Columns making server side calls</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/showhide-columns-making-server-side-calls#p30166</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/showhide-columns-making-server-side-calls#p30166</guid>
        	        	<description><![CDATA[<p>do you have a demo of this ? I haven&#39;t the &#160;slightest idea how you are planning on showing 500 columns</p>
]]></description>
        	        	<pubDate>Tue, 28 Jan 2014 00:54:58 +0200</pubDate>
        </item>
        <item>
        	<title>kapilkanojia on Show/Hide Columns making server side calls</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/showhide-columns-making-server-side-calls#p30164</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/showhide-columns-making-server-side-calls#p30164</guid>
        	        	<description><![CDATA[<blockquote>
<p>Lonewolf217 said:</p>
<p>in scenario one, you can trigger a reloadGrid when you save the new column selections</p>
</p>
<p>In scenario two, by default the column changer does not make server side calls since the data is always there it is just hidden. When you enable the column in the column chooser, it just removes the "hidden" attribute on the column so its visible&#160;</p>
</blockquote>
<hr />
<p>Hi Lonewolf217,</p>
</p>
<p>Appreciate your response. I agree what you said, but here is the catch, I want to load specific columnset likewise</p>
<p>User expands "Weekly" i.e. 7 columns, then clicks on "Monthty" i.e. 30 columns.</p>
</p>
<p>So in this case I want to get the data only for Monthly as I have already loaded data for weekly set.</p></p>
]]></description>
        	        	<pubDate>Mon, 27 Jan 2014 21:09:23 +0200</pubDate>
        </item>
        <item>
        	<title>Lonewolf217 on Show/Hide Columns making server side calls</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/showhide-columns-making-server-side-calls#p30163</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/showhide-columns-making-server-side-calls#p30163</guid>
        	        	<description><![CDATA[<p>in scenario one, you can trigger a reloadGrid when you save the new column selections</p>
</p>
<p>In scenario two, by default the column changer does not make server side calls since the data is always there it is just hidden. When you enable the column in the column chooser, it just removes the "hidden" attribute on the column so its visible&#160;</p>
]]></description>
        	        	<pubDate>Mon, 27 Jan 2014 13:55:31 +0200</pubDate>
        </item>
        <item>
        	<title>kapilkanojia on Show/Hide Columns making server side calls</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/showhide-columns-making-server-side-calls#p30123</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/showhide-columns-making-server-side-calls#p30123</guid>
        	        	<description><![CDATA[<p>I was creating a grid which has 480 odd columns which includes</p>
<p>"Weekly" i.e. 7 columns,</p>
<p>"Monthty" i.e. 30 columns,</p>
<p>"Quaterly" i.e 60 columns and</p>
<p>"Yealy" i.e. 365 columns</p>
<p>"Additional" 10 columns</p>
<p>Minimum 500 rows, which is 235000 cells that is loaded in DOM.</p>
<p><strong>Scenario 1</strong></p>
<p>So I was thinking to load primary 10 columns which are necessary first and then create a behavior of show hide columns but in this case, I want to load data making a server side call when I click on weekly same way for monthly, quaterly and so on.</p>
</p>
<p><strong>Scenario 2</strong></p>
<p>Once I have loaded the data for lets say weekly and I dont to make server call again, once I have the data i want to just show hide columns and not again and again make server calls.</p>
</p>
<p>I am looking for this feature.</p></p>
]]></description>
        	        	<pubDate>Wed, 22 Jan 2014 23:56:17 +0200</pubDate>
        </item>
</channel>
</rss>