<?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: New ver 3.3 Cell Editing error: No url is set</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-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/new-ver-33-cell-editing-error-no-url-is-set/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on New ver 3.3 Cell Editing error: No url is set</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2374</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2374</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>beforeSubmitCell is something little difficult to other. It should return</p>
<p>values that can be posted to the server. Something like this</p>
<p>beforeSubmitCell: function(rowid,celname,celvalue, iRow,iCol) {</p>
<p>// do something here</p>
<p>return {myname1:myvalue,...}</p>
<p>These will be passed to the url again with rowid and cellname: cellvalue</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Tue, 07 Oct 2008 08:52:49 +0300</pubDate>
        </item>
        <item>
        	<title>Renso on New ver 3.3 Cell Editing error: No url is set</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2362</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2362</guid>
        	        	<description><![CDATA[<p>Added the following line to the jqGrid to set a new property for the posted data, but it is not extended/added in grid.celledit.js line 145 in method saveCell. In lines 153 can we add an extend to add the additional custom properties to the post?</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; beforeSubmitCell: function(id, cellName)&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(myGrid).appendPostData({editCellColumn:cellName});<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</p>
<p>So basically the appendPostData works but is not added to the postData property in saceCell. is this an issue or is there another way to do it?</p>
]]></description>
        	        	<pubDate>Mon, 06 Oct 2008 16:55:21 +0300</pubDate>
        </item>
        <item>
        	<title>Renso on New ver 3.3 Cell Editing error: No url is set</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2361</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2361</guid>
        	        	<description><![CDATA[<p>Tony, thanks again, but how do I get the new value? and once I have it and compare them to be the same, do I return false to avoid the ajax call?</p>
]]></description>
        	        	<pubDate>Mon, 06 Oct 2008 16:25:41 +0300</pubDate>
        </item>
        <item>
        	<title>tony on New ver 3.3 Cell Editing error: No url is set</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2355</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2355</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You can use the savedRow parameter to check if the value is changed.</p>
<p>This array contain the data before editing the cell.</p>
<p>I hope this help</p>
<p>getGridParam(&#39;savedRow&#39;) will return</p>
<p>{id:iRow,ic:iCol,name:cellname,v:cellvalue_before_edit}</p>
]]></description>
        	        	<pubDate>Mon, 06 Oct 2008 15:05:31 +0300</pubDate>
        </item>
        <item>
        	<title>tony on New ver 3.3 Cell Editing error: No url is set</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2354</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2354</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You do not need this. To this url automatically are passed the&#160;</p>
<p>{id: rowid, cellname: cellvalue}</p>
<p>If you want to pass other parameters use beforeSubmitCell and return&#160;</p>
<p>the needed values</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 06 Oct 2008 14:56:28 +0300</pubDate>
        </item>
        <item>
        	<title>Renso on New ver 3.3 Cell Editing error: No url is set</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2353</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2353</guid>
        	        	<description><![CDATA[<p>Thank you Tony! Yes, I simply appended my parms to the url, thanks again. Maybe we can add a parm to indicate the actual field name updated during a cell update so that a person does not have to check each field to see which one was updated, maybe there is a easy way to do it with the existing framework?</p>
<p>Example, the user can update Street Address 1, 2, 3, City, State zip, etc, on the server I have to check on cellEdit which one is not null to figure out what had changed.</p>
]]></description>
        	        	<pubDate>Mon, 06 Oct 2008 14:48:38 +0300</pubDate>
        </item>
        <item>
        	<title>tony on New ver 3.3 Cell Editing error: No url is set</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2336</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2336</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I have put the 3.3 version for download. You should wait a little until the docs are ready.</p>
<p>In you case there is another option for this</p>
<p>cellurl :&#39;someurl&#39;</p>
<p>Use this and all wil be ok</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 06 Oct 2008 12:33:22 +0300</pubDate>
        </item>
        <item>
        	<title>Renso on New ver 3.3 Cell Editing error: No url is set</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2335</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2335</guid>
        	        	<description><![CDATA[<p>I used cellsubmit: &#39;<strong>remote</strong>&#39; to force an ajax call.</p>
<p><span style="color: #3366ff;">What does &#39;clientArray&#39; do and for what is it used for?</span></p>
<p>Also, how can I add post data to the remote ajax request on save, I tried the following and<span style="text-decoration: underline;"> it did not work</span>:</p>
<p><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; beforeSubmitCell: function()&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(item).setPostData({&#39;oper&#39;:&#39;editCell&#39;});<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</strong></p>
<p>so that the server knows <strong>what kind of operation is performed</strong>; i.e. edit of entire row, save of a new record, delete or editing a specific cell only.</p>
]]></description>
        	        	<pubDate>Mon, 06 Oct 2008 12:24:42 +0300</pubDate>
        </item>
        <item>
        	<title>zupert on New ver 3.3 Cell Editing error: No url is set</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2334</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2334</guid>
        	        	<description><![CDATA[<p>Man, you know that reading the source code is the best way to learn ?</p>
<p>have a look at the &#39;cellsubmit&#39; property ...</p>
<p>just put&#160; cellsubmit: &#39;clientArray&#39;, and here you got the magic ..</p>
]]></description>
        	        	<pubDate>Mon, 06 Oct 2008 11:27:59 +0300</pubDate>
        </item>
        <item>
        	<title>Renso on New ver 3.3 Cell Editing error: No url is set</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2332</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/new-ver-33-cell-editing-error-no-url-is-set#p2332</guid>
        	        	<description><![CDATA[<p>Getting an error when doing an inine cell edit via the new version 3.3 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cellEdit: true option. When editing the filed and pressing tab or enter, gives me error: "<span style="color: #ff0000;"><strong>No url is set</strong></span>" message. My editUrl is set and works fine for formedit. Do I need to set another property other than <strong>cellEdit</strong>?</p>
]]></description>
        	        	<pubDate>Mon, 06 Oct 2008 10:34:37 +0300</pubDate>
        </item>
</channel>
</rss>