<?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: Reload Grid button does not appear</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/reload-grid-button-does-not-appear</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/reload-grid-button-does-not-appear/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Reload Grid button does not appear</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reload-grid-button-does-not-appear#p12431</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reload-grid-button-does-not-appear#p12431</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>When download the grid you should check the formediting modules.</p>
<p>Be sure that you download grid.common.js and grid.formedit.js modules.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 25 Nov 2009 10:48:53 +0200</pubDate>
        </item>
        <item>
        	<title>rreennaauudd on Reload Grid button does not appear</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reload-grid-button-does-not-appear#p12364</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reload-grid-button-does-not-appear#p12364</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>Thanks, I have added&#160;.navGrid(&#39;#pager_customers&#39;,{edit:false,add:false,del:false});&#160;and I have now the following javascript error: &#8220;TypeError: Result of expression &#39;$(&#39;#grid_customers&#39;).jqGrid&#39; [undefined] is not a function.&#8221;</p>
<p>I have included the following scripts:<br /><span style="white-space: pre;">/jquery.jqGrid-3.6/js/i18n/grid.locale-en.js<br />/jquery.jqGrid-3.6/js/jquery.jqGrid.min.js</span></p>
<p>Any idea what&#39;s wrong?<br />Thanks,<br />Renaud&#160;</p>
</p>
<div><span><br /></span></div></p>
]]></description>
        	        	<pubDate>Mon, 23 Nov 2009 13:47:10 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Reload Grid button does not appear</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reload-grid-button-does-not-appear#p12355</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reload-grid-button-does-not-appear#p12355</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could you please check the demos again. You should use navGrid method in order to apper the refresh button.</p></p>
]]></description>
        	        	<pubDate>Mon, 23 Nov 2009 12:15:29 +0200</pubDate>
        </item>
        <item>
        	<title>rreennaauudd on Reload Grid button does not appear</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reload-grid-button-does-not-appear#p12328</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reload-grid-button-does-not-appear#p12328</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I&#39;ve installed jqgrid. It&#39;s really nice but I got a problem: the Reload Grid button does not appear on the grid. I&#39;m using the version 3.6. Strange, on all samples in the documentation, I can see this button...</p>
<p>The code is:</p>
<p><pre>	$(&#39;#grid_customers&#39;).jqGrid({
		url:&#39;index.php?output=XMLData&#38;table=customers&#38;xml=1&#38;q=1&#39;,
		datatype: &#39;xml&#39;,
		colNames: [&#39;Name&#39;, &#39;Online&#39;],
		colModel: [{name:&#39;name&#39;, index:&#39;name&#39;}, {name:&#39;online&#39;, index:&#39;online&#39;, align:&#39;right&#39;}],
		autowidth: true,
		rowNum: 10,
		rowList: [10,20,30],
		pager: $(&#39;#pager_customers&#39;),
		sortname: &#39;id&#39;,
		viewrecords: true,
		sortorder: &#39;desc&#39;,
		caption: &#39;Customers&#39;,
		onSelectRow: function(id){
			customersClick(id);
		}
	})
</pre>
<div></div>
<div>
<pre>&#60;table id="grid_customers"&#62;&#60;/table&#62;</pre>
<pre>&#60;div id="pager_customers" class="scroll"&#62;&#60;/div&#62;</pre>
<pre></pre>
<pre>Any idea?</pre>
<pre>Thanks,</pre>
<pre>Renaud</pre>
</div>
]]></description>
        	        	<pubDate>Mon, 23 Nov 2009 08:31:35 +0200</pubDate>
        </item>
</channel>
</rss>