<?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: Help needed with saveRow</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/help-needed-with-saverow</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/help-needed-with-saverow/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Help needed with saveRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-needed-with-saverow#p1428</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-needed-with-saverow#p1428</guid>
        	        	<description><![CDATA[<p>How do you send the request?</p>
<p>If this is additional request you can use aftersavefunc to which is passed</p>
<p>the rowid. Then you can use getRowData method to obtain the needed</p>
<p>values and send them to your request.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 06 Aug 2008 13:56:46 +0300</pubDate>
        </item>
        <item>
        	<title>max-williams on Help needed with saveRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-needed-with-saverow#p1427</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-needed-with-saverow#p1427</guid>
        	        	<description><![CDATA[<p>When a row is saved, i want to call this url:</p>
<p>/schedule_entries/:id</p>
<p>where :id is the value of the first column (which is called id).This is a hidden column and is also set to uneditable.&#160; This first column also has key: true in it&#39;s options.</p>
<p>I feel like this should be simple, but when i send the request, the only parameters passed through are the row&#39;s position number (eg 1 for the first row in the table), in an &#39;id&#39; parameter, and the contents of the cells in columns set to editable.</p>
<p>I&#39;ve tried various experiments with the saveRow function, but can&#39;t work it out, can anyone help?</p>
</p>
<p>thanks</p>
<p>max</p>
<p>here&#39;s my full colModel, it&#39;s a bit long.</p>
<p>[code]</p>
<p>colModel : [</p>
<p>{resizable: false, edittype: &#39;textarea&#39;, hidden: true, width: 30, index: &#39;id&#39;, editoptions: {style: &#39;width:22px&#39;, rows: &#39;5&#39;}, align: &#39;left&#39;, name: &#39;id&#39;, sortable: false, key: true, editable: false},<br />{resizable: false, edittype: &#39;textarea&#39;, hidden: true, width: 30, index: &#39;asset_id&#39;, editoptions: {style: &#39;width:22px&#39;, rows: &#39;5&#39;}, align: &#39;left&#39;, name: &#39;asset_id&#39;, sortable: false, editable: false},<br />{resizable: false, edittype: &#39;textarea&#39;, hidden: false, width: 20, index: &#39;position&#39;, editoptions: {style: &#39;width:12px&#39;, rows: &#39;5&#39;}, align: &#39;left&#39;, name: &#39;position&#39;, sortable: false, editable: false},<br />{resizable: false, edittype: &#39;textarea&#39;, hidden: false, width: 80, index: &#39;asset_name&#39;, editoptions: {style: &#39;width:72px&#39;, rows: &#39;5&#39;}, align: &#39;left&#39;, name: &#39;asset_name&#39;, sortable: false, editable: false},<br />{resizable: true, edittype: &#39;textarea&#39;, hidden: false, width: 70, index: &#39;time&#39;, editoptions: {style: &#39;width:62px&#39;, rows: &#39;5&#39;}, align: &#39;left&#39;, name: &#39;time&#39;, sortable: false, editable: true},<br />{resizable: true, edittype: &#39;textarea&#39;, hidden: false, width: 100, index: &#39;groupings&#39;, editoptions: {style: &#39;width:92px&#39;, rows: &#39;5&#39;}, align: &#39;left&#39;, name: &#39;groupings&#39;, sortable: false, editable: true},<br />{resizable: true, edittype: &#39;textarea&#39;, hidden: false, width: 280, index: &#39;activities&#39;, editoptions: {style: &#39;width:272px&#39;, rows: &#39;5&#39;}, align: &#39;left&#39;, name: &#39;activities&#39;, sortable: false, editable: true},<br />{resizable: true, edittype: &#39;textarea&#39;, hidden: false, width: 120, index: &#39;notes&#39;, editoptions: {style: &#39;width:112px&#39;, rows: &#39;5&#39;}, align: &#39;left&#39;, name: &#39;notes&#39;, sortable: false, editable: true}],</p>
<pre id="line37"> [/code]</pre>
]]></description>
        	        	<pubDate>Wed, 06 Aug 2008 09:23:28 +0300</pubDate>
        </item>
</channel>
</rss>