<?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: Patch Bug?</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/patch-bug</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/bugs/patch-bug/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Patch Bug?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/patch-bug#p7845</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/patch-bug#p7845</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I suppose you use 3.4.4 version. My question is-&#160; Do you have read carefully the installation in the documentation? This "problem" is described.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 16 Jul 2009 00:54:15 +0300</pubDate>
        </item>
        <item>
        	<title>Alex on Patch Bug?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/patch-bug#p7827</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/patch-bug#p7827</guid>
        	        	<description><![CDATA[<p>hello everybody,</p>
</p>
<p>I been spending A LOT of time to make the plugin work. Well, i got it to work but looks like jqgrid got some problems with the path (or I&#39;m just stupid).</p>
<p>Heres the original demo file with my current patch:</p>
</p>
<p>&#60;head&#62;<br />&#60;title&#62;jqGrid Demo&#60;/title&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="js/themes/basic/grid.css" /&#62;<br />&#60;script src="js/jquery.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="js/jquery.jqGrid.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript"&#62;<br />jQuery(document).ready(function(){ <br />&#160; jQuery("#list").jqGrid({<br />&#160;&#160;&#160; url:&#39;example.php&#39;,<br />&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160; colNames:[&#39;Inv No&#39;,&#39;Date&#39;, &#39;Amount&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Notes&#39;],<br />&#160;&#160;&#160; colModel :[ <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;invid&#39;, index:&#39;invid&#39;, width:55}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;invdate&#39;, index:&#39;invdate&#39;, width:90}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;amount&#39;, index:&#39;amount&#39;, width:80, align:&#39;right&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;tax&#39;, index:&#39;tax&#39;, width:80, align:&#39;right&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;total&#39;, index:&#39;total&#39;, width:80, align:&#39;right&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;note&#39;, index:&#39;note&#39;, width:150, sortable:false} ],<br />&#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;),<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; sortname: &#39;id&#39;,<br />&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; imgpath: &#39;js/themes/basic/images&#39;,<br />&#160;&#160;&#160; caption: &#39;My first grid&#39;<br />&#160; }); <br />}); <br />&#60;/script&#62;</p>
</p>
<p>As you can see, i put the jqgrid plugin on my own "js" folder (cause i already got some js stuff and i don&#39;t want jquery nor jqgrid walking around my folders.</p>
</p>
<p>Thing is: it just doesnt work, no matter what. But if i put my .html file on my /js folder and remove the js/ from the path it DOES work.</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Tue, 14 Jul 2009 19:48:49 +0300</pubDate>
        </item>
</channel>
</rss>