<?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: Is there any ways to do not load grid on page load?</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/is-there-any-ways-to-do-not-load-grid-on-page-load</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/is-there-any-ways-to-do-not-load-grid-on-page-load/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>chinhuy on Is there any ways to do not load grid on page load?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/is-there-any-ways-to-do-not-load-grid-on-page-load#p3837</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/is-there-any-ways-to-do-not-load-grid-on-page-load#p3837</guid>
        	        	<description><![CDATA[<p>You&#39;re great!</p>
<p>It worked now.</p>
<p>Thank you so much.</p></p>
]]></description>
        	        	<pubDate>Tue, 06 Jan 2009 04:54:10 +0200</pubDate>
        </item>
        <item>
        	<title>geek on Is there any ways to do not load grid on page load?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/is-there-any-ways-to-do-not-load-grid-on-page-load#p3829</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/is-there-any-ways-to-do-not-load-grid-on-page-load#p3829</guid>
        	        	<description><![CDATA[<p>The grid will automatically load only if you are NOT putting&#160;the above code within a function.</p>
<p>The simplest way to accomplish what you want is to create a function, for example...</p>
<p>function loadMyGrid()</p>
<p>{</p>
<p>Place your above code here</p>
<p>}</p>
<p>Then call this function from the onclick of your button.</p>
]]></description>
        	        	<pubDate>Mon, 05 Jan 2009 12:45:57 +0200</pubDate>
        </item>
        <item>
        	<title>chinhuy on Is there any ways to do not load grid on page load?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/is-there-any-ways-to-do-not-load-grid-on-page-load#p3828</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/is-there-any-ways-to-do-not-load-grid-on-page-load#p3828</guid>
        	        	<description><![CDATA[<p>I defined a grid in a page as follows:<br />jQuery(&#39;#grid&#39;).jqGrid({<br />&#160;&#160;&#160; url: &#39;abc.php&#39;,<br />&#160;&#160;&#160; ...<br />&#160;&#160;&#160; &#160;&#160;&#160; caption: "Group Search",<br />&#160;&#160;&#160; ...&#160;&#160;&#160; <br />&#160;&#160;&#160; });</p>
<p>when this page load the first time then it will send this request to server immediately.<br />I only want to send this request to server when I press a button.<br />I already tried to use "hiddengrid:true" then it is ok.<br />But the grid was hidden. I&#39;d like to show grid when the data is ready in the grid.<br />How can I do it?<br />Please help me.<br />Thanks in advance.</p>
]]></description>
        	        	<pubDate>Mon, 05 Jan 2009 12:25:31 +0200</pubDate>
        </item>
</channel>
</rss>