<?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: source files not executing before my code</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/source-files-not-executing-before-my-code</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/source-files-not-executing-before-my-code/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on source files not executing before my code</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/source-files-not-executing-before-my-code#p19263</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/source-files-not-executing-before-my-code#p19263</guid>
        	        	<description><![CDATA[<p>You can insert in your page all javascript files which you need to load (look inside of grid.loader.js) exactly how you load grid.loader.js file.</p>
]]></description>
        	        	<pubDate>Tue, 24 Aug 2010 04:12:50 +0300</pubDate>
        </item>
        <item>
        	<title>mchahn on source files not executing before my code</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/source-files-not-executing-before-my-code#p19261</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/source-files-not-executing-before-my-code#p19261</guid>
        	        	<description><![CDATA[<p>I&#39;m temporarily working around the problem by running all my code in a function in a setTimeout. &#160;I still would like to know how to do this right.</p>
]]></description>
        	        	<pubDate>Tue, 24 Aug 2010 03:20:04 +0300</pubDate>
        </item>
        <item>
        	<title>mchahn on source files not executing before my code</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/source-files-not-executing-before-my-code#p19260</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/source-files-not-executing-before-my-code#p19260</guid>
        	        	<description><![CDATA[<p>I&#39;m having trouble getting subgrids to work. &#160;It just says loading... forever. &#160;So I decided to try running non-minified to trace the problem down.</p>
</p>
<p>I followed the installation instruction for using the development source. &#160;It is loading all the files. &#160;My problem is that my code is executing before grid.base.js is.</p>
<p>My html in the head of the page:</p>
<p>&#60;script src="/includes/js/ui/jqGrid-src/grid.loader.js" type="text/javascript"&#62;&#60;/script&#62;<br /> &#60;script type="text/javascript"&#62;<br /> $(function(){</p>
<p>...</p>
<p>var logLinesGrid = $logLinesGrid.jqGrid({&#160;</p>
<p>...</p>
</p>
<p>As you can see my code is set to run after the dom is loaded. &#160;The grid.load.js runs first and inserts grid.base.js in the DOM. &#160;Then my code runs and jqGrid is not defined. &#160;And then grid.base.js runs.</p>
</p>
<p>This happens in chrome and IE. &#160;Any idea what I can do to fix this?</p></p>
]]></description>
        	        	<pubDate>Tue, 24 Aug 2010 03:16:35 +0300</pubDate>
        </item>
</channel>
</rss>