<?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: Navigation buttons or images does not appear and I get javascript error</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/navigation-buttons-or-images-does-not-appear-and-i-get-javascript-error</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/navigation-buttons-or-images-does-not-appear-and-i-get-javascript-error/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>welmow on Navigation buttons or images does not appear and I get javascript error</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navigation-buttons-or-images-does-not-appear-and-i-get-javascript-error#p1438</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navigation-buttons-or-images-does-not-appear-and-i-get-javascript-error#p1438</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
</p>
<p>I&#39;ll try this tomorrow</p></p>
]]></description>
        	        	<pubDate>Thu, 07 Aug 2008 08:01:30 +0300</pubDate>
        </item>
        <item>
        	<title>VySe on Navigation buttons or images does not appear and I get javascript error</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navigation-buttons-or-images-does-not-appear-and-i-get-javascript-error#p1426</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navigation-buttons-or-images-does-not-appear-and-i-get-javascript-error#p1426</guid>
        	        	<description><![CDATA[<p>If that code is copy-pasted maybe could be that</p>
<p>jQuery(&#8221;#filetable&#8221;).navGrid(&#8221;#filepager&#8221;,{edit:false,<strong><span style="text-decoration: underline;">add:faldse</span></strong>,del:false});</p>
]]></description>
        	        	<pubDate>Wed, 06 Aug 2008 08:12:32 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Navigation buttons or images does not appear and I get javascript error</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navigation-buttons-or-images-does-not-appear-and-i-get-javascript-error#p1420</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navigation-buttons-or-images-does-not-appear-and-i-get-javascript-error#p1420</guid>
        	        	<description><![CDATA[<p>Also check if you have loaded all the needed modules and Styles - refer to documentation. Check if the paths are correct. This is common problem when trying to use navigator</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 06 Aug 2008 03:21:24 +0300</pubDate>
        </item>
        <item>
        	<title>nintondo on Navigation buttons or images does not appear and I get javascript error</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navigation-buttons-or-images-does-not-appear-and-i-get-javascript-error#p1417</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navigation-buttons-or-images-does-not-appear-and-i-get-javascript-error#p1417</guid>
        	        	<description><![CDATA[<p>can try imgpath: &#39;themes/basic/images&#39;&#160; ??</p>
]]></description>
        	        	<pubDate>Wed, 06 Aug 2008 03:10:26 +0300</pubDate>
        </item>
        <item>
        	<title>welmow on Navigation buttons or images does not appear and I get javascript error</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navigation-buttons-or-images-does-not-appear-and-i-get-javascript-error#p1416</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navigation-buttons-or-images-does-not-appear-and-i-get-javascript-error#p1416</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>Need a little help. I&#39;ve succesfuly loaded basic grid using xml from&#160;</p>
<p>a database. The problem is when I try to add navigation buttons, these</p>
<p>buttons does not show i.e. (refresh, edit) The select function works fine if i do not add this code =&#62;</p>
<p>&#60;--- Code starts here----&#62;</p>
<p>jQuery("#filetable").navGrid("#filepager",{edit:false,add:faldse,del:false});</p>
<p>&#60;---Code Ends Here-----&#62;</p>
<p>Below is my code:</p>
<p>&#60;---Code starts here---&#62;</p>
<p>$(document).ready(function(){<br />&#160;&#160; &#160;jQuery("#filetable").jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;url:&#39;process/proc.list.file.php&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;datatype: "xml",<br />&#160;&#160; &#160;&#160;&#160; &#160;//mtype: &#39;GET&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;File ID&#39;, &#39;Project&#39;, &#39;Style&#39;, &#39;File Name&#39;, &#39;Length&#39;, &#39;Size&#39;, &#39;Arrival&#39;, &#39;TAT&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;colModel:[<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;fld_fileid&#39;, index:&#39;fld_fileid&#39;, width:55},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;fld_project_name&#39;, index:&#39;fld_project_name&#39;, width:120},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;fld_style&#39;, index:&#39;fld_style&#39;, width:70},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;fld_oldname&#39;, index:&#39;fld_oldname&#39;, width:400},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;fld_file_length&#39;, index:&#39;fld_file_length&#39;, width:70},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;fld_filesize&#39;, index:&#39;fld_filesize&#39;, width:70},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;fld_arrival_time&#39;, index:&#39;fld_arrival_time&#39;, width:120},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;fld_tat&#39;, index:&#39;fld_tat&#39;, width:120} <br />&#160;&#160; &#160;&#160;&#160; &#160;],<br />&#160;&#160; &#160;&#160;&#160; &#160;rowNum:10,<br />&#160;&#160; &#160;&#160;&#160; &#160;rowList:[10,20,30],<br />&#160;&#160; &#160;&#160;&#160; &#160;imgpath: &#39;plugins.jqGrid/themes/green/images&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;pager: jQuery(&#39;#filepager&#39;),<br />&#160;&#160; &#160;&#160;&#160; &#160;sortname: &#39;id&#39;,<br />&#160;&#160; &#160;viewrecords: true,<br />&#160;&#160; &#160;sortorder: "desc",<br />&#160;&#160; &#160;&#160;&#160; &#160;multiselect: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;caption: "Multi Select Example"<br />&#160;&#160; &#160;});<br />&#160;&#160; &#160;jQuery("#filetable").navGrid("#filepager",{edit:false,add:faldse,del:false});<br />&#160;&#160; &#160;jQuery("#a1").click( function(){<br />&#160;&#160; &#160;&#160;&#160; &#160;var id = jQuery("#filetable").getGridParam(&#39;selrow&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;if (id) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var ret = jQuery("#filetable").getRowData(id);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;alert("fld_fileid="+ret.fld_project_name+"fld_project_name="+ret.fld_project_name+"...");<br />&#160;&#160; &#160;&#160;&#160; &#160;} else { alert("Please select row");}<br />&#160;&#160; &#160;});<br />});</p>
<p>&#60;---Code Ends Here-----&#62;</p>
<p>Am I doing something wrong here?</p>
]]></description>
        	        	<pubDate>Wed, 06 Aug 2008 02:43:16 +0300</pubDate>
        </item>
</channel>
</rss>