<?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: How to edit a cell on ClientSide-Grids (without AJAX)</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-edit-a-cell-on-clientside-grids-without-ajax</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/how-to-edit-a-cell-on-clientside-grids-without-ajax/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>cimodev on How to edit a cell on ClientSide-Grids (without AJAX)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-edit-a-cell-on-clientside-grids-without-ajax#p11786</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-edit-a-cell-on-clientside-grids-without-ajax#p11786</guid>
        	        	<description><![CDATA[<p>Thanks a lot tony!</p>
</p>
<p>I didnt know the existence of this wonderfull wiki-article. just tried out your example-pages...</p>
</p>
<p>The concrete solution for my problem described above gives the following line:</p>
</p>
<p>cellsubmit: &#39;clientArray&#39;</p>
</p>
<p>Regards, cimodev</p>
]]></description>
        	        	<pubDate>Wed, 11 Nov 2009 03:52:31 +0200</pubDate>
        </item>
        <item>
        	<title>tony on How to edit a cell on ClientSide-Grids (without AJAX)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-edit-a-cell-on-clientside-grids-without-ajax#p11781</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-edit-a-cell-on-clientside-grids-without-ajax#p11781</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ll_editing</a></p>
<p>Read carfully</p>
]]></description>
        	        	<pubDate>Wed, 11 Nov 2009 03:26:18 +0200</pubDate>
        </item>
        <item>
        	<title>cimodev on How to edit a cell on ClientSide-Grids (without AJAX)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-edit-a-cell-on-clientside-grids-without-ajax#p11744</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-edit-a-cell-on-clientside-grids-without-ajax#p11744</guid>
        	        	<description><![CDATA[<p>it seems, that the error message "no url isset" in every case occurs, even if i define the editurl-property.</p>
</p>
<p>the used version of jqgrid is the 3.5 3.5 beta (buld6- build11)</p></p>
]]></description>
        	        	<pubDate>Tue, 10 Nov 2009 10:46:15 +0200</pubDate>
        </item>
        <item>
        	<title>cimodev on How to edit a cell on ClientSide-Grids (without AJAX)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-edit-a-cell-on-clientside-grids-without-ajax#p11742</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-edit-a-cell-on-clientside-grids-without-ajax#p11742</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>i have a grid with datatype "clientSide". There is NO Ajax, no Backend-Server, nothing to do via the grid itself while editing.</p>
<p>I add the rows programmatically in JavaScript and want give the user the ability to edit within the cells without any Ajax-Calls.</p>
<p>But after pressing Enter there comes still the following Error-Message "No url is set".</p>
<p>So, I dont want to set an URL. I want to handle the Input programmatically on client Site with JavaScript on a later time.</p>
</p>
<p>What can i do?</p>
</p>
<p>Thank you very much for any help</p>
</p>
<p>My Grid-Definition is the following:</p>
<p>[CODE]</p>
<p>$(self.tblID).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;clientSide&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cellEdit: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: &#39;200px&#39;,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // Column-Headers&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Datum&#39;, &#39;Lfd. Beitrag&#39;, &#39;Sonderzahlung&#39;, &#39;Rentenanspruch&#39;, &#39;Anspruch bfr.&#39;, &#39;Anspruch Baustein&#39;, &#39;Anspruch Sonderzhlg.&#39;, &#39;&#220;berschu&#223;btlg.&#39;, &#39;Kapital&#39;],</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // Column-Model<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Datum&#39;, index: &#39;Datum&#39;, width: 129, sorttype: &#39;date&#39;, align: &#39;center&#39;, editable: true, editrules: { required: true, date: true} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Beitrag&#39;, index: &#39;Beitrag&#39;, width: 120, sorttype: &#39;float&#39;, align: &#39;right&#39;, editable: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Sonderzahlung&#39;, index: &#39;Sonderzahlung&#39;, width: 120, align: &#39;right&#39;, sorttype: &#39;float&#39;, editable: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;RentenAnspruch&#39;, index: &#39;RentenAnspruch&#39;, width: 120, align: &#39;right&#39;, sorttype: &#39;float&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;RentenAnspruchBfr&#39;, index: &#39;RentenAnspruchBfr&#39;, width: 120, align: &#39;right&#39;, sorttype: &#39;float&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;RentenAnspruchAusBeitrag&#39;, index: &#39;RentenAnspruchAusBeitrag&#39;, width: 120, align: &#39;right&#39;, sortable: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;RentenAnspruchSZ&#39;, index: &#39;RentenAnspruchSZ&#39;, width: 120, align: "right", editable: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;RentenAnspruchGA&#39;, index: &#39;RentenAnspruchGA&#39;, width: 120, align: "right", editable: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Kapital&#39;, index: &#39;Kapital&#39;, width: 120, sortable: false, editable: false }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: jQuery(self.pagerID),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 20,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: gridimgpath,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; afterEditCell: function(rowid, cellname, value, iRow, iCol) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
</p>
<p>[/CODE]</p>
]]></description>
        	        	<pubDate>Tue, 10 Nov 2009 10:37:27 +0200</pubDate>
        </item>
</channel>
</rss>