<?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: Anyone using jqGrid in Drupal with jQP?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/anyone-using-jqgrid-in-drupal-with-jqp</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/anyone-using-jqgrid-in-drupal-with-jqp/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ww9rivers on Anyone using jqGrid in Drupal with jQP?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/anyone-using-jqgrid-in-drupal-with-jqp#p6766</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/anyone-using-jqgrid-in-drupal-with-jqp#p6766</guid>
        	        	<description><![CDATA[<p>I found my problem: I did not read the documentation careful enough, which states that:</p>
<p style="padding-left: 30px;">If you have a different path to javascript files you must change the value of the variable <em>pathtojsfiles</em> appropriately. This path is relative to your application (or the server application), not to jquery.jqGrid.js; so if your path to jquery.jqGrid.js is "..scripts\\", this will need to be "..\\scripts\\js\\".</p>
<p>So I am one step closer to jqGrid.</p>
<p>By the way, I think Firebug is a great tool -- I initially thought that all the JS files that jquery.jqGrid.js needed were loaded. But closer inspection reveals that they are actually "not found" because the path (<em>pathtojsfiles</em>) was wrong.</p>
]]></description>
        	        	<pubDate>Wed, 20 May 2009 02:49:17 +0300</pubDate>
        </item>
        <item>
        	<title>ww9rivers on Anyone using jqGrid in Drupal with jQP?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/anyone-using-jqgrid-in-drupal-with-jqp#p6763</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/anyone-using-jqgrid-in-drupal-with-jqp#p6763</guid>
        	        	<description><![CDATA[<p>I am writing a Drupal 6 module. I use jQuery Plugin module (JQP) to load jQuery UI and jQuery plugins, including jqGrid. In Firebug, I can see that the jquery.jqGrid.js and related files are loaded. But the section of code below gives me a Javascript error that says "jQuery("#err-list").jqGrid is not a function."</p>
<p><input type='button' class='sfcodeselect' name='sfselectit693' value='Select Code' data-codeid='sfcode693' /></p>
<div class='sfcode' id='sfcode693'>$(document).ready( function()<br />{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#err-list").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // ... code deleted as they are irrelavent<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }).navGrid("#err-pager", {edit:false, add:false, del:false});<br />});</div>
<p>Appreciate any pointer to where I should look for a clue.</p>
]]></description>
        	        	<pubDate>Tue, 19 May 2009 22:24:30 +0300</pubDate>
        </item>
</channel>
</rss>