<?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: Editable and "no url set message" (although url has been set!)</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set</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/bugs/editable-and-no-url-set-message-although-url-has-been-set/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Julien on Editable and "no url set message" (although url has been set!)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24296</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24296</guid>
        	        	<description><![CDATA[<p>I don&#39;t have 3 hours to spend in the wiki. This is not a documentation, this is random bits of unstructured info. I couldn&#39;t find it and believe me I searched the wiki, my, I really did.</p>
<p>I used the site, the search, the demo page, read every case. But couldn&#39;t find it.</p>
</p>
<p>Anyway at long last, thanks.</p>
]]></description>
        	        	<pubDate>Tue, 16 Aug 2011 10:17:02 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Editable and "no url set message" (although url has been set!)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24255</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24255</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It would be better if you have looked 3 hours into the docs instead of serching something:</p>
<p>I suggest you to look here:</p>
<p>/jqgridwiki/doku.php?id=wiki:cell_editing</p>
</p>
<p>Maybe the grid options : "cellurl" is your solution</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Sun, 14 Aug 2011 10:49:06 +0300</pubDate>
        </item>
        <item>
        	<title>Julien on Editable and "no url set message" (although url has been set!)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24209</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24209</guid>
        	        	<description><![CDATA[<p>OK after today&#39;s testing by a colleague, same story, also under Chrome and IE 9.</p>
</p>
<p>Still no idea what is wrong with this code.</p>
]]></description>
        	        	<pubDate>Wed, 10 Aug 2011 13:13:35 +0300</pubDate>
        </item>
        <item>
        	<title>Julien on Editable and "no url set message" (although url has been set!)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24192</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24192</guid>
        	        	<description><![CDATA[<p>I am still hoping for an answer.</p>
</p>
<p>Don&#39;t be mislead by my previous post starting with "it&#39;s ok".</p>
<p>Actually it&#39;s not.</p>
</p>
<p>Anybody can help ?</p>
]]></description>
        	        	<pubDate>Mon, 08 Aug 2011 16:47:02 +0300</pubDate>
        </item>
        <item>
        	<title>Julien on Editable and "no url set message" (although url has been set!)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24168</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24168</guid>
        	        	<description><![CDATA[<p>It&#39;s ok, the php bit appears in a view and is set with a value. So in the end the url is made of normal strings.</p>
<p>PHP echoes before the javascript is sent and interpreted by the browser so no problem here.</p>
</p>
<p>In fact I&#39;ve tried with strings directly to be sure it wasn&#39;t my php bit. It is not. My question remains but thanks for the help.</p>
]]></description>
        	        	<pubDate>Fri, 05 Aug 2011 15:30:48 +0300</pubDate>
        </item>
        <item>
        	<title>Rukbat on Editable and "no url set message" (although url has been set!)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24167</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24167</guid>
        	        	<description><![CDATA[<p>Try:</p>
</p>
<p>alert("/knowledge/linkoperations/source/&#60;?php echo $this-&#62;common-&#62;getId(); ?&#62;");</p>
<p>&#160;jQuery("#linklist").jqGrid({</p>
</p>
<p>or whatever debugging method you prefer, to see what URL the code actually sees.&#160; (Unless you&#39;ve set $this to something, it&#39;s null.&#160; PHP doesn&#39;t know about Javascript&#39;s objects.)</p>
]]></description>
        	        	<pubDate>Fri, 05 Aug 2011 15:28:16 +0300</pubDate>
        </item>
        <item>
        	<title>Julien on Editable and "no url set message" (although url has been set!)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24155</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/editable-and-no-url-set-message-although-url-has-been-set#p24155</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I am using jqGrid in version 4.1.2, all my tests in Firefox 5 for now.</p>
</p>
<p>I want to do a simple thing: make a cell editable, and when I leave that cell / use the enter key, that cell should be validated and its new value should be sent per ajax.</p>
<p>But it does&#39;nt work and I&#39;m pretty helpless, having searched for 3hours now. Maybe you can help; First, here is my code:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3184' value='Select Code' data-codeid='sfcode3184' /></p>
<div class='sfcode' id='sfcode3184'>&#160;&#160;&#160; var gridUrl = &#39;/knowledge/linksgrid/id/&#39; + &#39;&#60;?php echo $this-&#62;common-&#62;getId(); ?&#62;&#39;;<br />&#160;&#160; &#160;<br />&#160;&#160; &#160;jQuery(&#34;#linklist&#34;).jqGrid({ <br />&#160;&#160; &#160;&#160;&#160; &#160;url: gridUrl,<br />&#160;&#160; &#160;&#160;&#160;&#160; mtype: &#34;POST&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;editurl: &#34;/knowledge/linkoperations/source/&#60;?php echo $this-&#62;common-&#62;getId(); ?&#62;&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;datatype: &#34;json&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;height: &#34;100%&#34;, <br />&#160;&#160; &#160;&#160;&#160; &#160;sortname: &#39;objectlabel&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;rowNum: 30, <br />&#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;Id&#39;, &#39;Class raw name&#39;, &#39;Class&#39;, &#39;Name&#39;, &#39;Relation&#39;], <br />&#160;&#160; &#160;&#160;&#160; &#160;colModel:[ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;id&#39;, index:&#39;id&#39;, hidden:true}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;classname&#39;, index:&#39;classname&#39;, hidden:true}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;classlabel&#39;, index:&#39;classlabel&#39;, hidden:true }, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;objectlabel&#39;, index:&#39;objectlabel&#39;, sortable:true, align:&#34;left&#34;, formatter: objectlink }, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;relation&#39;, index:&#39;relation&#39;, sortable:true, align:&#34;left&#34;, editable: true, edittype:&#39;text&#39;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;],<br />&#160;&#160; &#160;&#160;&#160; &#160;pager: &#34;#linklist-pager&#34;, // Footer id, for paging + delete button<br />&#160;&#160; &#160;&#160;&#160; &#160;caption: &#34;&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;autowidth: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;multiselect: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;cellEdit: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;grouping:true, <br />&#160;&#160; &#160;&#160;&#160; &#160;groupingView : { <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;groupField : [&#39;classname&#39;], <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;groupText : [&#39;&#60;span class=&#34;title&#34;&#62;&#60;span&#62;{0}&#60;/span&#62; ({1})&#60;/span&#62;&#60;span class=&#34;addlink&#34;&#62;&#60;a href=&#34;/knowledge/managelink/name/{0}/mode/new/source/&#60;?php echo $this-&#62;id ?&#62;&#34; rel=&#34;linkmgmtform&#34; onclick=&#34;addLink($(this)); return false;&#34;&#62;Add link&#60;/a&#62;&#60;/span&#62;&#39;], <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;groupCollapse : false, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;groupOrder: [&#39;asc&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;groupColumnShow : [false]<br />&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;});</div>
</p>
<p>Yeah so basically, this is a grid using grouping, and I want to edit the column called "<strong>relation</strong>".</p>
<p>You can see that both <strong>url</strong> and <strong>editurl</strong> are set. However, when I edit the cell in the grid and tap enter, I get the error message:</p>
<p><strong>No url is set</strong></p>
</p>
<p>As you might guess, this is akward. I really need a solution but I&#39;m totally clueless.</p>
</p>
<p>ANy help is welcomed. Thanks!</p>
]]></description>
        	        	<pubDate>Thu, 04 Aug 2011 15:53:33 +0300</pubDate>
        </item>
</channel>
</rss>