<?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: No URL is set - ERROR</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/no-url-is-set-error</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/no-url-is-set-error/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>girisho on No URL is set - ERROR</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/no-url-is-set-error#p3427</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/no-url-is-set-error#p3427</guid>
        	        	<description><![CDATA[<p>Thank you Tony. I corrected my error. There were 2 bugs.</p>
<p>1. I forgot that it is case sensitive. becoz I used &#39;editurl&#39; and it did not work.</p>
<p>after I changed to editUrl it started to work.</p>
<p>2. As you said, I am trying both the options editUrl and CellEdit. Both of</p>
<p>them are working great.</p>
<p>Thank you for your quick response and great plugin.</p>
<p>Now i am working on search bar and SubGrid.</p>
<p>GO.</p>
]]></description>
        	        	<pubDate>Thu, 04 Dec 2008 15:10:11 +0200</pubDate>
        </item>
        <item>
        	<title>tony on No URL is set - ERROR</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/no-url-is-set-error#p3420</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/no-url-is-set-error#p3420</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>What you try to use - cell editing or inline editing?</p>
<p>That are different things.</p>
<p>If you try to use cell editing you should set not</p>
<p>editUrl, cellurl option.</p>
]]></description>
        	        	<pubDate>Thu, 04 Dec 2008 12:44:04 +0200</pubDate>
        </item>
        <item>
        	<title>girisho on No URL is set - ERROR</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/no-url-is-set-error#p3406</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/no-url-is-set-error#p3406</guid>
        	        	<description><![CDATA[<p>I searched thru the website for help and followed all rules.</p>
<p>But No LUCK so far. Please help.</p>
<p>I heard that Tony is very quick in repying and very helpful.</p>
<p>GO.</p>
]]></description>
        	        	<pubDate>Wed, 03 Dec 2008 16:16:27 +0200</pubDate>
        </item>
        <item>
        	<title>girisho on No URL is set - ERROR</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/no-url-is-set-error#p3405</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/no-url-is-set-error#p3405</guid>
        	        	<description><![CDATA[<p>Gurus,</p>
<p>Please help me resolve this error. I am using jqGrid for the first</p>
<p>time and not able to resolve this error. I am trying to</p>
<p>get InlineEdit work with Latest release of jqGrid. I downloaded</p>
<p>the pack 2 weeks back and since then trying to make this error</p>
<p>go away with no success.<img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/plugins/simple-forum/tinymce/plugins/emotions/img/smiley-cry.gif" border="0" alt="Cry" />&#160;Please help me get rid of the error.</p>
<p>&#160;I am posting my code here. I am using PHP for my server side</p>
<p>technology.</p>
<pre id="line1">&#60;<span class="start-tag">link</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/css" </span><span class="attribute-name">rel</span>=<span class="attribute-value">"stylesheet" </span></pre>
<pre><span class="attribute-name">href</span>=<span class="attribute-value">"../js/jqgrid/themes/jqModal.css" </span><span class="error"><span class="attribute-name">/</span></span>&#62;
&#60;<span class="start-tag">link</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/css" </span><span class="attribute-name">rel</span>=<span class="attribute-value">"stylesheet" </span></pre>
<pre><span class="attribute-name">href</span>=<span class="attribute-value">"../js/jqgrid/themes/basic/grid.css" </span><span class="error"><span class="attribute-name">/</span></span>&#62;

 
&#60;<span class="start-tag">script</span><span class="attribute-name"> src</span>=<span class="attribute-value">"../js/jqgrid/jquery.js" 				</span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>&#62;&#60;/<span class="end-tag">script</span>&#62;
&#60;<span class="start-tag">script</span><span class="attribute-name"> src</span>=<span class="attribute-value">"../js/jqgrid/jquery.jqgrid.js" 	</span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>&#62;&#60;/<span class="end-tag">script</span>&#62;
&#60;<span class="start-tag">script</span><span class="attribute-name"> src</span>=<span class="attribute-value">"../js/jqgrid/js/jqModal.js" 	</span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>&#62;&#60;/<span class="end-tag">script</span>&#62;

&#60;<span class="start-tag">script</span><span class="attribute-name"> src</span>=<span class="attribute-value">"../js/jqgrid/js/jqDnR.js" 	</span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>&#62;&#60;/<span class="end-tag">script</span>&#62;
&#60;<span class="start-tag">script</span><span class="attribute-name"> src</span>=<span class="attribute-value">"../js/jqgrid/js/grid.celledit.js" 	</span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>&#62;&#60;/<span class="end-tag">script</span>&#62;
&#60;<span class="start-tag">script</span><span class="attribute-name"> src</span>=<span class="attribute-value">"../js/jqgrid/js/grid.inlinedit.js"  </span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>&#62;&#60;/<span class="end-tag">script</span>&#62;
</pre>
<pre>&#60;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript"</span>&#62;
jQuery(document).ready(function(){ 
  jQuery("#OrderList").jqGrid({
    url: "orders_to_tasks_view.php?mode=read",
    datatype: &#39;xml&#39;,
    mtype: &#39;GET&#39;,
    colNames:[&#39;Order&#39;,&#39;Customer Name&#39;, &#39;Br Name&#39;, </pre>
<pre>                     &#39;Ord Date&#39;, &#39;Del Date&#39;, &#39;Del.To&#39;, &#39;Total&#39;, &#39; &#39;],
    colModel:[ 
      {name:&#39;orderno&#39;,  index:&#39;order_no&#39;, width:50}, 
      {name:&#39;sname&#39;,   index:&#39;sname&#39;,  width:180,  </pre>
<pre>        editable:true, editoptions: {size:30, maxlength: 180}},
      {name:&#39;br_name&#39;, index:&#39;br_name&#39;,  width:80,  </pre>
<pre>         editable:true, editoptions: {size:30, maxlength: 180}}, 
      {name:&#39;ord_date&#39;, index:&#39;ord_date&#39;, width:70}, 
      {name:&#39;delivery_date&#39;, index:&#39;delivery_date&#39;, 	width:70}, 
      {name:&#39;deliver_to&#39;,  index:&#39;deliver_to&#39;,width:150, </pre>
<pre>         editable:true, editoptions: {size:30, maxlength: 180}},
      {name:&#39;ordervalue&#39;,       index:&#39;ordervalue&#39;, width:80, </pre>
<pre>        align:&#39;right&#39;},
      {name:&#39;emptycell&#39;, index:&#39;none&#39;, width:20} ],
    pager: jQuery(&#39;#orderpager&#39;),
    width:900,
    rowNum:10,
    rowList:[10,20,30],
    sortname: &#39;id&#39;,
    sortorder: "desc",
    viewrecords: true,
    imgpath: "../js/jqgrid/themes/basic/images",
    caption: "Open Sales Orders",
<strong>    cellEdit: true,
    cellSubmit: &#39;remote&#39;,
    editUrl: "orders_to_tasks_view.php?mode=save"
</strong>  }); 
});  
&#60;/<span class="end-tag">script</span>&#62;
<br /></pre>
<pre id="line1">&#60;<span class="start-tag">table</span><span class="attribute-name"> id</span>=<span class="attribute-value">"OrderList" </span><span class="attribute-name">class</span>=<span class="attribute-value">"scroll"</span>&#62;&#60;/<span class="end-tag">table</span>&#62; 
&#60;<span class="start-tag">div</span><span class="attribute-name"> id</span>=<span class="attribute-value">"orderpager" </span><span class="attribute-name">class</span>=<span class="attribute-value">"scroll" </span></pre>
<pre><span class="attribute-value">      </span><span class="attribute-name">style</span>=<span class="attribute-value">"text-align:center;"</span>&#62;&#60;/<span class="end-tag">div</span>&#62; 

Any help is highly appreciated. I like jqGrid and Thanks a million </pre>
<pre>for saving tons of coding effort by having this type of plugin </pre>
<pre>for Jquery.</pre>
<pre>&#160;</pre>
<pre>GO.</pre>
]]></description>
        	        	<pubDate>Wed, 03 Dec 2008 15:44:06 +0200</pubDate>
        </item>
</channel>
</rss>