<?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: cellurl? No URL Set?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/cellurl-no-url-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/help/cellurl-no-url-set/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>cheech74 on cellurl? No URL Set?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cellurl-no-url-set#p25794</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cellurl-no-url-set#p25794</guid>
        	        	<description><![CDATA[<p>Right I have now gone for the form editing - how do I then get stuff to save to database? &#160;If I use a editurl with php, what needs to go on the php file?</p>
<p>The examples &#38; help files all seem truncated, without any full examples</p>
]]></description>
        	        	<pubDate>Wed, 25 Jan 2012 18:22:14 +0200</pubDate>
        </item>
        <item>
        	<title>tony on cellurl? No URL Set?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cellurl-no-url-set#p25755</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cellurl-no-url-set#p25755</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>You should either select &#8211; Form Editing</p>
<p>/jqgridwiki/doku.php?id=wiki:form_editing</p>
</p>
<p>or</p>
<p>Cell editing</p>
<p>/jqgridwiki/doku.php?id=wiki:cell_editing</p>
</p>
<p>but not both as you have do in your code.</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Mon, 23 Jan 2012 10:29:35 +0200</pubDate>
        </item>
        <item>
        	<title>cheech74 on cellurl? No URL Set?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cellurl-no-url-set#p25752</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cellurl-no-url-set#p25752</guid>
        	        	<description><![CDATA[<p>I have this set as code in jqgrid, but changes are not being saved to database</p>
<p>$(function(){&#160;&#160;&#160; $("#rota").jqGrid({&#160;&#160;&#160;&#160; <br /><a href="/blog/&#39;example.php&#39;" target="_blank">url:&#39;example.php&#39;</a>,&#160;&#160;&#160;&#160; <br />datatype: "json",&#160; <br />mtype: &#39;POST&#39;,&#160;&#160;&#160;&#160; <br />colNames:[&#39;Date&#39;, &#39;HPJ&#39;, &#39;Recycler&#39;,&#39;CCTV&#39;,&#39;Assistant&#39;],&#160;&#160;&#160;&#160; <br />colModel:[&#160;&#160;&#160;&#160;&#160; <br />{name:&#39;date&#39;,index:&#39;date&#39;, width:90,editable:true},&#160;&#160;&#160;&#160;&#160; <br />{name:&#39;hpj&#39;,index:&#39;hpj&#39;, width:100,editable:true},&#160;&#160;&#160;&#160;&#160;&#160; <br />{name:&#39;recycler&#39;,index:&#39;recycler&#39;, width:100,editable:true},&#160;&#160;&#160;&#160;&#160;&#160; <br />{name:&#39;cctv&#39;,index:&#39;cctv&#39;, width:100,editable:true},&#160;&#160;&#160; <br />{name:&#39;assistant&#39;,index:&#39;assistant&#39;, width:100,editable:true}&#160;&#160;&#160;&#160; ], <br />&#160;rowNum:10,&#160;&#160;&#160;&#160; <br />&#160;rowList:[10,20,30], <br />&#160;sortname: &#39;date&#39;,&#160;&#160; <br />&#160;viewrecords: true,&#160;&#160;&#160; <br />&#160;sortorder: "desc",&#160; <br />&#160;caption:"Weekend Call Out Rota",&#160; <br />&#160;pager : &#39;#navGrid&#39;,&#160;&#160; forceFit : true, <br />&#160;cellEdit: true, cellsubmit :&#39;remote&#39;,&#160;&#160;&#160; <br />&#160;cellurl : &#39;example.php&#39;&#160; }); <br />&#160;jQuery("#rota").jqGrid(&#39;navGrid&#39;,&#39;#navGrid&#39;,{edit:true,add:true,del:true});&#160; }); <br />&#160;<br />I am also unable to add new rows: no url set</p>
]]></description>
        	        	<pubDate>Mon, 23 Jan 2012 04:12:45 +0200</pubDate>
        </item>
</channel>
</rss>