<?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: How to fix these errors</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors</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/how-to-fix-these-errors/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Steffan on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1815</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1815</guid>
        	        	<description><![CDATA[<p>I tried to use the following:</p>
</p>
<p>function jqGridInclude()</p>
<p>{</p>
<p>&#160;&#160; &#160;var pathtojsfiles = "/scripts/js/"; // need to be ajusted</p>
<p>&#160;&#160; &#160;// if you do not want some module to be included</p>
<p>&#160;&#160; &#160;// set include to false.</p>
<p>&#160;&#160; &#160;// by default all modules are included.</p>
<p>&#160;&#160; &#160;var modules = [<span> </span>&#39;min/grid.base-min.js&#39;, // jqGrid base</p>
<p>&#160;&#160; &#160; &#160; &#160;<span> </span>&#39;min/grid.formedit-min.js&#39;, // jqGrid Form editing</p>
<p>&#160;&#160; &#160; &#160; &#160;<span> </span>&#39;min/grid.inlinedit-min.js&#39;, // jqGrid inline editing</p>
<p>&#160;&#160; &#160; &#160; &#160;<span> </span>&#39;min/grid.subgrid-min.js&#39;, //jqGrid subgrid</p>
<p>&#160;&#160; &#160; &#160; <span> </span>&#39;min/grid.custom-min.js&#39;, //jqGrid custom&#160;</p>
<p>&#160;&#160; &#160; &#160; &#160;<span> </span>&#39;min/grid.postext-min.js&#39; //jqGrid postext</p>
<p>&#160;&#160; &#160;<span> </span>];</p>
<p>&#160;&#160; &#160;for(var i=0;i&#60;modules.length; i++)</p>
<p>&#160;&#160; &#160; &#160; IncludeJavaScript(pathtojsfiles+modules[i]);</p>
</p>
<p>function IncludeJavaScript(jsFile)</p>
<p>{</p>
<p>&#160;&#160; &#160; &#160; &#160;var oHead = document.getElementsByTagName(&#39;head&#39;)[0];<br /><span style="white-space: pre;"> </span>var oScript = document.createElement(&#39;script&#39;);<br /><span style="white-space: pre;"> </span>oScript.type = &#39;text/javascript&#39;;<br /><span style="white-space: pre;"> </span>oScript.src = jsFile;<br /><span style="white-space: pre;"> </span>oHead.appendChild(oScript);<br />}</p>
<p>}</p>
<p>That did not work either so I resolved myself to this:</p>
</p>
<p><span> </span>&#60;script src="/scripts/js/min/grid.base-min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p><span> </span>&#60;script src="/scripts/js/min/grid.formedit-min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p><span> </span>&#60;script src="/scripts/js/min/grid.custom-min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p><span> </span>&#60;script src="/scripts/js/min/grid.inlinedit-min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p><span> </span>&#60;script src="/scripts/js/min/grid.postext-min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p><span> </span>&#60;script src="/scripts/js/min/grid.subgrid-min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p><span> </span>&#60;script src="/scripts/js/jqModal.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p><span> </span>&#60;script src="/scripts/js/jqDnR.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<div>I hope you can figure out the issue with the loader. 🙂</div>
<div></div>
]]></description>
        	        	<pubDate>Sun, 31 Aug 2008 10:07:46 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1811</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1811</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Do you have tested the code that I have write here?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 31 Aug 2008 03:05:27 +0300</pubDate>
        </item>
        <item>
        	<title>Steffan on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1806</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1806</guid>
        	        	<description><![CDATA[<p>Well, not sure why it really is any differently unless the libs are not fully loading before the next. Copying the source from the demo getting the scripts in a specified order and manually loading it seems to work but the page is huge with scripts. Sure seems there should be an easier way.</p></p>
]]></description>
        	        	<pubDate>Sat, 30 Aug 2008 18:10:27 +0300</pubDate>
        </item>
        <item>
        	<title>Steffan on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1805</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1805</guid>
        	        	<description><![CDATA[<p>Ok, so I changed the loader my own way by just simplifying it immensely. &#160;I can see by using the dom inspector in Safari that it is in fact loading the scripts in the correct error and before it hits the definition/declaration of the grid. It just seems that no matter what it chokes on that error in&#160;grid.formedit-min.js whether the scripts are in a loader or manually called. Firefox as far as I can see in the error console is not complaining. IE7 says there is an error but I can&#39;t get to the exact line.</p>
]]></description>
        	        	<pubDate>Sat, 30 Aug 2008 13:40:02 +0300</pubDate>
        </item>
        <item>
        	<title>Steffan on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1804</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1804</guid>
        	        	<description><![CDATA[<p>even loading them all manually I still get the errors intermittently about a value not being defined in the grid.formedit-min.js. Any idea what is causing this??</p>
]]></description>
        	        	<pubDate>Sat, 30 Aug 2008 12:39:33 +0300</pubDate>
        </item>
        <item>
        	<title>Steffan on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1803</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1803</guid>
        	        	<description><![CDATA[<p>No change. 🙁 Still errors out.</p>
]]></description>
        	        	<pubDate>Sat, 30 Aug 2008 12:24:33 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1702</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1702</guid>
        	        	<description><![CDATA[<p>Could you please test the modified old way. Open jquery.jqGrid.js and replace the following function</p>
</p>
<p>function IncludeJavaScript(jsFile)</p>
<p>&#160;{</p>
<p><span> </span>var fileref=document.createElement(&#39;script&#39;);</p>
<p><span> </span>fileref.src = jsFile;</p>
<p><span> </span>document.getElementsByTagName("head")[0].appendChild(fileref);</p>
<p>}</p>
<div>Thank you</div>
<div>Regards</div>
<div>Tony</div>
]]></description>
        	        	<pubDate>Mon, 25 Aug 2008 03:13:33 +0300</pubDate>
        </item>
        <item>
        	<title>Steffan on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1695</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1695</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>Have you chosen a permanent fix to the issue? I&#39;d be glad to test it for you.</p>
]]></description>
        	        	<pubDate>Sun, 24 Aug 2008 11:36:08 +0300</pubDate>
        </item>
        <item>
        	<title>smlong426 on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1691</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1691</guid>
        	        	<description><![CDATA[<p>The &#39;jgrid&#39; is NULL problem goes away in IE7 by moving the includes from</p>
<p>"jquery.jqGrid.js" into my main ASPX page.&#160; So, I&#39;m happy.</p>
]]></description>
        	        	<pubDate>Sat, 23 Aug 2008 02:15:00 +0300</pubDate>
        </item>
        <item>
        	<title>phild on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1655</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors/page-2#p1655</guid>
        	        	<description><![CDATA[<p>I get these errors too and I would suggest the merge modules like jQueryUI. I think that will be easier on folks, although I wonder how many just do download all there (I know I did).</p>
]]></description>
        	        	<pubDate>Thu, 21 Aug 2008 12:47:39 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1641</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1641</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>There are two way to solve this</p>
<p>1. We can use jquery getScript</p>
<p>2. Merge modules like jQueryUI.</p>
<p>Both have pro and contra - So I will ask here for help -</p>
<p>Which one to implement in jqGrid?</p>
<p>Thank you</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 21 Aug 2008 02:42:51 +0300</pubDate>
        </item>
        <item>
        	<title>Steffan on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1637</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1637</guid>
        	        	<description><![CDATA[<p>So, it seems to be a loader issue. How about an update?</p>
]]></description>
        	        	<pubDate>Wed, 20 Aug 2008 19:56:19 +0300</pubDate>
        </item>
        <item>
        	<title>roo on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1636</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1636</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have been having the same issues.</p>
<p>IE7 reported errors - null value<br />FF loaded OK<br />Safari didn&#39;t load at all.</p>
<p>I added the modules individually in my header and this solved the issue.<br />It appears to be a loader problem.</p>
<p>Roo</p>
]]></description>
        	        	<pubDate>Wed, 20 Aug 2008 19:31:47 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1627</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1627</guid>
        	        	<description><![CDATA[<p>I think that the problem in IE is in the loader. Also if you forget please clear the cache in IE again. I think that the best way is to split the modules like</p>
<p>jQueryUI - what do you think about this?</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 20 Aug 2008 10:26:35 +0300</pubDate>
        </item>
        <item>
        	<title>phummel on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1624</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1624</guid>
        	        	<description><![CDATA[<p>Sorry, I was incorrect - even with the js files specified in &#60;script&#62; tags I&#39;m still intermittantly getting javascript errors in IE.</p>
]]></description>
        	        	<pubDate>Wed, 20 Aug 2008 09:38:19 +0300</pubDate>
        </item>
        <item>
        	<title>phummel on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1616</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1616</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I am experiencing a similar problem.&#160; Works fine in FF2 but IE6 gives the javascript errors.&#160; I seemed to observe that after one or two attempts, things would start to work under IE6 too but then if I clear the cache, I can make it break again.&#160; Wierd, maybe a race condition/timing issue.</p>
<p>If I load the js files separately using &#60;script&#62; tags then things seem to work.&#160; I cleared the cache to verify.</p>
<p>Thank you</p>
]]></description>
        	        	<pubDate>Wed, 20 Aug 2008 05:34:53 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1607</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1607</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Humm, it seems to be a loader problem. Could you please load files</p>
<p>manual whitout using jqGrid loader - I mean load grid.base.js ...</p>
<p>and all js file separatly.</p>
<p>Please let me known about the result.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 20 Aug 2008 01:23:23 +0300</pubDate>
        </item>
        <item>
        	<title>Steffan on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1606</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1606</guid>
        	        	<description><![CDATA[<p>I applied the changes you suggested and still no difference. Same errors.</p>
]]></description>
        	        	<pubDate>Wed, 20 Aug 2008 01:15:12 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1563</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1563</guid>
        	        	<description><![CDATA[<p>Also found a error - FireBug tell me that jqModal.css is not loaded.</p>
<p>Please check the right paths - I think that</p>
<p>this</p>
<p><span class="nodeLabelBox repTarget"><span class="nodeTag">&#60;link</span><span class="nodeAttr editGroup">&#160;<span class="nodeName editable">href</span>="<span class="nodeValue editable">/scripts/themes/basic/jqModal.css</span>"</span><span class="nodeAttr editGroup">&#160;</span></span></p>
<p><span class="nodeLabelBox repTarget"><span class="nodeAttr editGroup"><span class="nodeName editable">rel</span>="<span class="nodeValue editable">stylesheet</span>"</span><span class="nodeAttr editGroup">&#160;<span class="nodeName editable">type</span>="<span class="nodeValue editable">text/css</span>"&#62;</span></span></p>
</p>
<p>Should be replaced with this</p>
<p><span class="nodeLabelBox repTarget"><span class="nodeTag">&#60;link</span><span class="nodeAttr editGroup">&#160;<span class="nodeName editable">href</span>="<span class="nodeValue editable">/scripts/themes/jqModal.css</span>"</span></span></p>
<p><span class="nodeLabelBox repTarget"><span class="nodeAttr editGroup"></span><span class="nodeAttr editGroup">&#160;<span class="nodeName editable">rel</span>="<span class="nodeValue editable">stylesheet</span>"</span><span class="nodeAttr editGroup">&#160;<span class="nodeName editable">type</span>="<span class="nodeValue editable">text/css</span>"&#62;</span></span></p>
<p>Reagrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 18 Aug 2008 10:51:08 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to fix these errors</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1561</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-fix-these-errors#p1561</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Yes, there is something unusual here.</p>
<p>You can use top,left width and height properties - see docs.</p>
<p>But I think we should first see what is wrong. Now I recommend if possible</p>
<p>to test just with jqgrid plugin only. Exclude all other plugins and</p>
<p>see if all is ok.</p></p>
]]></description>
        	        	<pubDate>Mon, 18 Aug 2008 10:41:42 +0300</pubDate>
        </item>
</channel>
</rss>