<?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: I do not see the find and refresh buttons</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons</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/i-do-not-see-the-find-and-refresh-buttons/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Imtiyaz on I do not see the find and refresh buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20990</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20990</guid>
        	        	<description><![CDATA[<p>I too having same problem...</p>
</p>
<p>My Code is as under.&#160; I did tried all but to no success.&#160; can tony/anyone help me out</p>
</p>
<p>&#60;script type="text/javascript"&#62;<br />$(function(){ <br />&#160; $("#list").jqGrid({<br />&#160;&#160;&#160; url:&#39;viewTask.php&#39;,<br />&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;<br />&#160;&#160;&#160; colNames:[&#39;Task Name&#39;,&#39;Project Name&#39;, &#39;Assigned By&#39;,&#39;Assigned To&#39;,&#39;Phase&#39;,&#39;Task Created on&#39;],<br />&#160;&#160;&#160; colModel :[ <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;fld_name&#39;, index:&#39;fld_name&#39;, width:90}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;fld_proj_id&#39;, index:&#39;fld_proj_id&#39;, width:80}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;fld_assigned_by&#39;, index:&#39;fld_assigned_by&#39;, width:80, align:&#39;right&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;fld_assigned_to&#39;, index:&#39;fld_assigned_to&#39;, width:80, align:&#39;right&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;fld_phase&#39;, index:&#39;fld_phase&#39;, width:55, align:&#39;right&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;fld_create_dt&#39;, index:&#39;fld_create_dt&#39;, width:150, sortable:false} <br />&#160;&#160;&#160; ],<br />&#160;&#160; &#160;mtype: &#39;GET&#39;,<br />&#160;&#160; &#160;pager: &#39;#gridpager&#39;,<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; sortname: &#39;fld_name&#39;,<br />&#160;&#160;&#160; sortorder: &#39;desc&#39;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; caption: &#39;My Task&#39;,<br />&#160;&#160; &#160;height:"100%",<br />&#160;&#160; &#160;width: 1024,<br />&#160;&#160; &#160;}); &#160;</p>
<p>jQuery("#list").jqGrid(&#39;navGrid&#39;,&#39;#gridpager&#39;,{edit:false,add:false,del:false});</p>
<p>}); <br />&#60;/script&#62;<br />&#160;<br />&#60;/head&#62;<br />&#60;body&#62;<br />&#60;table id="list"&#62;&#60;/table&#62; <br />&#60;div&#160; id="gridpager"&#62;&#60;/div&#62;</p>
]]></description>
        	        	<pubDate>Thu, 25 Nov 2010 08:58:24 +0200</pubDate>
        </item>
        <item>
        	<title>renekreijveld on I do not see the find and refresh buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20763</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20763</guid>
        	        	<description><![CDATA[<p>Oops MY MISTAKE</p>
<p>I now see the grid! and I have search and refresh buttons.</p>
<p>When I try the search button I dialogue comes up. But the search doesn&#39;t return anything.</p>
<p>Don&#39;t I need to change the jsondump.php code so it can handle the search request? But how...?</p>
]]></description>
        	        	<pubDate>Thu, 11 Nov 2010 18:13:20 +0200</pubDate>
        </item>
        <item>
        	<title>renekreijveld on I do not see the find and refresh buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20762</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20762</guid>
        	        	<description><![CDATA[<p>I am really sorry, I now have this:</p>
<p>&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&#62;<br />&#60;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&#62;<br />&#60;head&#62;<br />&#60;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&#62;<br />&#60;title&#62;My First Grid&#60;/title&#62;<br />&#160;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="css/redmond/jquery-ui-1.8.6.custom.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="css/ui.jqgrid.css" /&#62;<br />&#60;style&#62;<br />html, body {<br />&#160;&#160;&#160; margin: 1em;<br />&#160;&#160;&#160; padding: 1em;<br />&#160;&#160;&#160; font-size: 75%;<br />}<br />&#60;/style&#62;<br />&#60;script src="js/jquery-1.4.2.min.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="js/i18n/grid.locale-nl.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="js/jquery.jqGrid.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript"&#62;<br />jQuery().ready(function (){<br />$("#list1").jqGrid({<br />&#160;&#160;&#160; url:&#39;jsondump.php&#39;,<br />&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160; colNames:[&#39;Id&#39;,&#39;Personeelsnummer&#39;,&#39;Positie&#39;, &#39;Datum&#39;,&#39;Gemeente&#39;],<br />&#160;&#160;&#160; colModel:[ <br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;id&#39;, index:&#39;id&#39;, width:50, search:false}, <br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;persnr&#39;, index:&#39;persnr&#39;, width:150 }, <br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;positie&#39;, index:&#39;positie&#39;, width:100, align:&#39;right&#39;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;datum&#39;, index:&#39;datum&#39;, width:100}, <br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;gemeente&#39;, index:&#39;gemeente&#39;, width:200}<br />&#160;&#160;&#160; ],<br />&#160; &#160;&#160;&#160; &#160;mtype: "POST",<br />&#160;&#160; &#160;pager: &#39;#gridpager&#39;, <br />&#160;&#160;&#160; sortname: &#39;persnr&#39;,<br />&#160;&#160;&#160; sortorder: &#39;asc&#39;,<br />&#160;&#160;&#160; caption: &#39;Wachtlijst&#39;,<br />&#160;&#160; &#160;autowidth: true,<br />&#160;&#160; &#160;viewrecords: true,<br />&#160;&#160; &#160;height: "100%"<br />&#160; }); <br />jQuery("#list1&#8243;).jqGrid(&#39;navGrid&#39;,&#39;#gridpager&#39;,{edit:false,add:false,del:false});<br />});<br />&#60;/script&#62;</p>
<p>&#60;/head&#62;<br />&#60;body&#62;<br />&#160;&#160; &#160;&#60;table id="list1"&#62;&#60;/table&#62; <br />&#160;&#160; &#160;&#60;div id="gridpager"&#62;&#60;/div&#62;<br />&#60;/body&#62;<br />&#60;/html&#62;</p>
<p>But now I have no grid at all...<img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/forum-smileys/sf-cry.gif" alt="Cry" /></p>
]]></description>
        	        	<pubDate>Thu, 11 Nov 2010 18:08:49 +0200</pubDate>
        </item>
        <item>
        	<title>tony on I do not see the find and refresh buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20761</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20761</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Well - sorry that i do not look carfully into the code.</p>
<p>The problem is here:</p>
<p>&#60;script type="text/javascript"&#62;<br />jQuery().ready(function (){<br />$("#list1&#8243;).jqGrid({</p>
<p>....<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160; &#160;height: "100%"<br /><strong>&#160; }); <br />});<br />jQuery("#list1&#8243;).jqGrid(&#39;navGrid&#39;,&#39;#gridpager&#39;,{edit:false,add:false,del:false});</strong><br />&#60;/script&#62;</p>
</p>
<p>Should be</p>
</p>
<p>&#60;script type="text/javascript"&#62;<br /> jQuery().ready(function (){<br /> $("#list1&#8243;).jqGrid({</p>
<p>....<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160; &#160;height: "100%"<br />&#160; });</p>
<p><strong>jQuery("#list1&#8243;).jqGrid(&#39;navGrid&#39;,&#39;#gridpager&#39;,{edit:false,add:false,del:false});</strong></p>
<p><strong>});</strong><br />&#60;/script&#62;</p>
</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Thu, 11 Nov 2010 18:05:45 +0200</pubDate>
        </item>
        <item>
        	<title>renekreijveld on I do not see the find and refresh buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20760</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20760</guid>
        	        	<description><![CDATA[<p>Sorry, DOCTYPE was in:</p>
<p>&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&#62;</p>
<p>I develop on Mac, tested in the following browsers:</p>
<p>FireFox 3.6.12</p>
<p>Chrome 5.0.375.70</p>
<p>Safari 5.0.2</p></p>
]]></description>
        	        	<pubDate>Thu, 11 Nov 2010 18:00:35 +0200</pubDate>
        </item>
        <item>
        	<title>tony on I do not see the find and refresh buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20759</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20759</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Is this in all browsers?</p>
<p>Try to add DOCTYPE declaration in the file</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 11 Nov 2010 17:57:16 +0200</pubDate>
        </item>
        <item>
        	<title>renekreijveld on I do not see the find and refresh buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20758</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20758</guid>
        	        	<description><![CDATA[<p>Here is the header info:</p>
</p>
<p>/* <br />* jqGrid&#160; 3.8.1 - jQuery Grid <br />* Copyright (c) 2008, Tony Tomov, mailto:tony@trirand.com <br />* <a href="http://www.gnu.org/licenses/gpl-2.0.html" rel="nofollow" target="_blank">http://www.gnu.org/licenses/gpl-2.0.html</a> <br />* Date:2010-10-24 <br />* Modules: grid.base.js; jquery.fmatter.js; grid.custom.js; grid.common.js; grid.formedit.js; jquery.searchFilter.js; grid.inlinedit.js; grid.celledit.js; jqModal.js; jqDnR.js; grid.subgrid.js; grid.grouping.js; grid.treegrid.js; grid.import.js; JsonXml.js; grid.setcolumns.js; grid.postext.js; grid.tbltogrid.js; grid.jqueryui.js; <br />*/</p>
]]></description>
        	        	<pubDate>Thu, 11 Nov 2010 17:54:43 +0200</pubDate>
        </item>
        <item>
        	<title>tony on I do not see the find and refresh buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20757</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20757</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please open the jquery.jqGrid.min.js used and post the header info something like this:</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit3685' value='Select Code' data-codeid='sfcode3685' /></p><div class='sfcode' id='sfcode3685'>/* <br /></div><p><input type='button' class='sfcodeselect' name='sfselectit9229' value='Select Code' data-codeid='sfcode9229' /></p><div class='sfcode' id='sfcode9229'>* jqGrid  3.8.1 - jQuery Grid <br /></div><p><input type='button' class='sfcodeselect' name='sfselectit178' value='Select Code' data-codeid='sfcode178' /></p><div class='sfcode' id='sfcode178'>* Copyright (c) 2008, Tony Tomov, mailto:tony@trirand.com <br /></div><p><input type='button' class='sfcodeselect' name='sfselectit327' value='Select Code' data-codeid='sfcode327' /></p><div class='sfcode' id='sfcode327'>* <a href="http://www.gnu.org/licenses/gpl-2.0.html" rel="nofollow" target="_blank">http://www.gnu.org/licenses/gpl-2.0.html</a> <br /></div><p><input type='button' class='sfcodeselect' name='sfselectit8312' value='Select Code' data-codeid='sfcode8312' /></p><div class='sfcode' id='sfcode8312'>* Date:2010-10-24 <br /></div><p><input type='button' class='sfcodeselect' name='sfselectit5680' value='Select Code' data-codeid='sfcode5680' /></p><div class='sfcode' id='sfcode5680'>* Modules: grid.base.js; </div><p><input type='button' class='sfcodeselect' name='sfselectit8229' value='Select Code' data-codeid='sfcode8229' /></p><div class='sfcode' id='sfcode8229'>.....; <br /></div><p><input type='button' class='sfcodeselect' name='sfselectit1468' value='Select Code' data-codeid='sfcode1468' /></p><div class='sfcode' id='sfcode1468'>*/<br /><br />Regards<br />Tony<br /></div></pre></p>
]]></description>
        	        	<pubDate>Thu, 11 Nov 2010 17:52:59 +0200</pubDate>
        </item>
        <item>
        	<title>renekreijveld on I do not see the find and refresh buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20756</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20756</guid>
        	        	<description><![CDATA[<p>Here is the HTML code:</p>
</p>
<p>&#60;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&#62;<br />&#60;head&#62;<br />&#60;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&#62;<br />&#60;title&#62;My First Grid&#60;/title&#62;<br />&#160;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="css/redmond/jquery-ui-1.8.6.custom.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="css/ui.jqgrid.css" /&#62;<br />&#60;style&#62;<br />html, body {<br />&#160;&#160;&#160; margin: 1em;<br />&#160;&#160;&#160; padding: 1em;<br />&#160;&#160;&#160; font-size: 75%;<br />}<br />&#60;/style&#62;<br />&#60;script src="js/jquery-1.4.2.min.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="js/i18n/grid.locale-nl.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="js/jquery.jqGrid.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript"&#62;<br />jQuery().ready(function (){<br />$("#list1").jqGrid({<br />&#160;&#160;&#160; url:&#39;jsondump.php&#39;,<br />&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160; colNames:[&#39;Id&#39;,&#39;Personeelsnummer&#39;,&#39;Positie&#39;, &#39;Datum&#39;,&#39;Gemeente&#39;],<br />&#160;&#160;&#160; colModel:[ <br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;id&#39;, index:&#39;id&#39;, width:50, search:false}, <br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;persnr&#39;, index:&#39;persnr&#39;, width:150 }, <br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;positie&#39;, index:&#39;positie&#39;, width:100, align:&#39;right&#39;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;datum&#39;, index:&#39;datum&#39;, width:100}, <br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;gemeente&#39;, index:&#39;gemeente&#39;, width:200}<br />&#160;&#160;&#160; ],<br />&#160; &#160;&#160;&#160; &#160;mtype: "POST",<br />&#160;&#160; &#160;pager: &#39;#gridpager&#39;, <br />&#160;&#160;&#160; sortname: &#39;persnr&#39;,<br />&#160;&#160;&#160; sortorder: &#39;asc&#39;,<br />&#160;&#160;&#160; caption: &#39;Wachtlijst&#39;,<br />&#160;&#160; &#160;autowidth: true,<br />&#160;&#160; &#160;viewrecords: true,<br />&#160;&#160; &#160;height: "100%"<br />&#160; }); <br />});<br />jQuery("#list1").jqGrid(&#39;navGrid&#39;,&#39;#gridpager&#39;,{edit:false,add:false,del:false});<br />&#60;/script&#62;</p>
<p>&#60;/head&#62;<br />&#60;body&#62;<br />&#160;&#160; &#160;&#60;table id="list1"&#62;&#60;/table&#62; <br />&#160;&#160; &#160;&#60;div id="gridpager"&#62;&#60;/div&#62;<br />&#60;/body&#62;<br />&#60;/html&#62;</p>
</p>
<p>Here is the PHP code of jsondump.php:</p>
</p>
<p>&#60;?php<br />$page = $_REQUEST[&#39;page&#39;]; // get the requested page<br />$limit = $_REQUEST[&#39;rows&#39;]; // get how many rows we want to have into the grid<br />$sidx = $_REQUEST[&#39;sidx&#39;]; // get index row - i.e. user click to sort<br />$sord = $_REQUEST[&#39;sord&#39;]; // get the direction<br />if(!$sidx) $sidx = 1; </p>
<p>$totalrows = isset($_REQUEST[&#39;totalrows&#39;]) ? $_REQUEST[&#39;totalrows&#39;]: false;<br />if($totalrows) { $limit = $totalrows; } <br />$db = mysql_connect(&#39;localhost&#39;,&#39;root&#39;,&#39;root&#39;) or die("Connection Error: " . mysql_error());<br />mysql_select_db(&#39;excel&#39;) or die("Error conecting to db.");<br />$result = mysql_query("SELECT COUNT(*) AS count FROM xxxx_wachtlijst");<br />$row = mysql_fetch_array($result,MYSQL_ASSOC);<br />$count = $row[&#39;count&#39;];<br />if( $count &#62;0 ) {<br />&#160;&#160; &#160;$total_pages = ceil($count/$limit);<br />}<br />else { <br />&#160;&#160; &#160;$total_pages = 0;<br />}<br />if ($page &#62; $total_pages) $page=$total_pages;<br />$start = $limit * $page - $limit; // do not put $limit*($page - 1)<br />$sql = "SELECT * FROM xxxx_wachtlijst ORDER BY $sidx $sord LIMIT $start , $limit";<br />$result = mysql_query( $sql ) or die("Could not execute query.".mysql_error());</p>
<p>$responce-&#62;page = $page; <br />$responce-&#62;total = $total_pages; <br />$responce-&#62;records = $count; <br />$i=0;<br />while($row = mysql_fetch_array($result,MYSQL_ASSOC)) {<br />&#160;&#160; &#160;$responce-&#62;rows[$i][&#39;id&#39;]=$row[id];<br />&#160;&#160; &#160;$responce-&#62;rows[$i][&#39;cell&#39;]=array($row[id],$row[persnr],$row[positie],$row[datum],$row[gemeente]);<br />&#160;&#160; &#160;$i++;<br />}<br />echo json_encode($responce);</p>
<p>?&#62;</p>
]]></description>
        	        	<pubDate>Thu, 11 Nov 2010 17:49:41 +0200</pubDate>
        </item>
        <item>
        	<title>renekreijveld on I do not see the find and refresh buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20754</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20754</guid>
        	        	<description><![CDATA[<p>_Bump_</p>
<p>Anyone any suggestion for this? Please?</p>
]]></description>
        	        	<pubDate>Thu, 11 Nov 2010 15:50:39 +0200</pubDate>
        </item>
        <item>
        	<title>driedger on I do not see the find and refresh buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20678</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20678</guid>
        	        	<description><![CDATA[<p>I too am having problems getting any of the icons to load in the nav bar.</p>
<p>Using Jquery 1.4.3 and jqGrid 3.8.1.</p>
<p>xml data source, using xmlReader to map the fields correctly.</p>
</p>
<p>Tried searching forums, and found some examples of how to make it work, but nothing is loading for me regardless of what I try. I have tried loading navGrid via all 3 examples in the documentation (Javescript code, new api code, and chained mode)</p>
<p>.navGrid(&#39;#pager_controlsTasks&#39;,{ edit: true, add: true, del: true, search: true, refresh: true },</p>
<p>&#160;&#160; &#160; &#160;{}//Options for Delete&#160;&#160; &#160; &#160; &#160; &#160; &#160;</p>
<p>&#160;&#160; &#160; &#160;{},//Options for the Add Dialog&#160;&#160; &#160; &#160; &#160; &#160; &#160;</p>
<p>&#160;&#160; &#160; &#160;{},//Options for the Edit Dialog</p>
<p>)</p>
<p>All Im really looking for is refresh, but cannot get any to load.</p>
</p>
<p>Help? Suggestions?</p>
</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Fri, 05 Nov 2010 18:26:08 +0200</pubDate>
        </item>
        <item>
        	<title>renekreijveld on I do not see the find and refresh buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20676</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-do-not-see-the-find-and-refresh-buttons#p20676</guid>
        	        	<description><![CDATA[<p>First of all, thansk for this awesome plugin, really brilliant!</p>
<p>Now, my question&#8230; When I look at the examples (<a rel="nofollow" href="/blog/jqgrid/jqgrid.html" target="_blank"></a><a href="http://www.trirand.com/blog/jq" rel="nofollow" target="_blank">http://www.trirand.com/blog/jq</a>.....qgrid.html) and open the first example Loading data, XML data then I see at the bottom left a find and refresh icon.</p>
<p><a href="http://www.renekreijveld.nl/downloads/find_and_refresh_icons.jpg"><img src="http://www.renekreijveld.nl/downloads/find_and_refresh_icons.jpg" width="100"  class="sfimageleft spUserImage" alt="" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>I do not see that in my grid. I tried activating the navigator but that doesn&#39;t help.</p>
<p>Can anyone point me in the right direction how to add these?</p></p>
]]></description>
        	        	<pubDate>Fri, 05 Nov 2010 11:46:06 +0200</pubDate>
        </item>
</channel>
</rss>