<?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: url file in subfolder</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/url-file-in-subfolder</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/url-file-in-subfolder/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>davidbemenderfer on url file in subfolder</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/url-file-in-subfolder#p11951</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/url-file-in-subfolder#p11951</guid>
        	        	<description><![CDATA[<p>Thank you soo much.&#160; I did get this resolved.&#160; My problem was with the datafile, not the reference.&#160; Good guess phicarre.</p>
]]></description>
        	        	<pubDate>Sat, 14 Nov 2009 11:59:59 +0200</pubDate>
        </item>
        <item>
        	<title>Rumen[Trirand] on url file in subfolder</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/url-file-in-subfolder#p11946</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/url-file-in-subfolder#p11946</guid>
        	        	<description><![CDATA[<p>It is definitely possible to do that, just make sure the path is correct. The file will assume relative path, whereas if you want a root relative link, you will need to place a slash in front of it, e.g.</p>
</p>
<p>url:&#39;/partytime.JSON.asp&#39;, &#160; &#160; &#160; //Can this be replaced&#160;</p>
<p>url:&#39;/JSON/partytime.JSON.asp&#39;</p>
</p>
<p>(note the slash at the beginnig)</p>
]]></description>
        	        	<pubDate>Sat, 14 Nov 2009 09:24:04 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on url file in subfolder</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/url-file-in-subfolder#p11941</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/url-file-in-subfolder#p11941</guid>
        	        	<description><![CDATA[<p>Yes it&#39;s possible. I use it always !</p>
<p>url: &#39;folder/module.php&#39;,</p>
<p>You have probably one problem somewhere.</p>
]]></description>
        	        	<pubDate>Sat, 14 Nov 2009 05:07:19 +0200</pubDate>
        </item>
        <item>
        	<title>davidbemenderfer on url file in subfolder</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/url-file-in-subfolder#p11883</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/url-file-in-subfolder#p11883</guid>
        	        	<description><![CDATA[<p>Is it possible to put the url file in a subfolder?&#160; I have tried a number of different combination that have not worked.</p>
</p>
<p>For example:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1502' value='Select Code' data-codeid='sfcode1502' /></p>
<div class='sfcode' id='sfcode1502'>jQuery("#list").jqGrid({<br /><strong><span style="color: #ff0000;">&#160;&#160;&#160;&#160;&#160;url:&#39;partytime.JSON.asp&#39;,&#160;&#160;&#160;&#160;&#160;&#160; //Can this be replaced <br />&#160;&#160;&#160;&#160; url:&#39;JSON/partytime.JSON.asp&#39;&#160;&#160; //with this?</span></strong><br />&#160;&#160;&#160;&#160;&#160;datatype: &#39;JSON&#39;,<br />&#160;&#160;&#160;&#160;&#160;mtype: &#39;GET&#39;,<br />&#160;&#160;&#160;&#160;&#160;colNames:[&#39;case_id&#39;,&#39;party_id&#39;,&#39;EntryDateTimeStamp&#39;,&#39;Description&#39;],<br />&#160;&#160;&#160;&#160;&#160;colModel :[<br />&#160;&#160;&#160;&#160;&#160;&#160;{name:&#39;case_id&#39;, &#160;&#160;&#160;index:&#39;case_id&#39;, &#160;&#160;&#160;width:50, &#160;sortable:false, hidden: true, editable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;{name:&#39;party_id&#39;, &#160;&#160;&#160;index:&#39;party_id&#39;, &#160;&#160;&#160;width:50, &#160;sortable:false, hidden: true, editable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;{name:&#39;EntryDateTimeStamp&#39;, index:&#39;EntryDateTimeStamp&#39;, width:50, &#160;sortable:false, hidden: true, editable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;{name:&#39;Description&#39;, &#160;&#160;index:&#39;Description&#39;, &#160;&#160;width:300,&#160;sortable:false, editable:true, edittype:"textarea", editoptions:{rows:"2",cols:"50"}}<br />&#160;&#160;&#160;&#160;&#160;&#160;],<br />&#160;&#160;&#160;&#160;&#160;pager: jQuery(&#39;#pager&#39;),<br />&#160;&#160;&#160;&#160;&#160;rowNum:20,<br />&#160;&#160;&#160;&#160;&#160;autowidth: false,<br />&#160;&#160;&#160;&#160;&#160;rowList:[20,40,60],<br />&#160;&#160;&#160;&#160;&#160;sortname: &#39;party_id&#39;,<br />&#160;&#160;&#160;&#160;&#160;sortorder: "asc",<br />&#160;&#160;&#160;&#160;&#160;viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;imgpath: &#39;themes/redmond/images&#39;,<br />&#160;&#160;&#160;&#160;&#160;caption: &#39;Time List&#39;,<br />&#160;&#160;&#160;&#160;&#160;height:300,<br />&#160;&#160;&#160;&#160;&#160;multiselect:true<br />&#160;&#160;&#160;&#160;})</div>
</p>
<p>Thanks,</p>
</p>
<p>-David</p>
]]></description>
        	        	<pubDate>Thu, 12 Nov 2009 22:40:07 +0200</pubDate>
        </item>
</channel>
</rss>