<?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: EditURL as a Function?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/editurl-as-a-function</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/editurl-as-a-function/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>bryall on EditURL as a Function?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editurl-as-a-function#p7994</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editurl-as-a-function#p7994</guid>
        	        	<description><![CDATA[<p>Eh I got it working the way I wanted it.. kind of hacky though</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1134' value='Select Code' data-codeid='sfcode1134' /></p>
<div class='sfcode' id='sfcode1134'>beforeSubmit: function(value) { <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $("#editmodlist4, #lui_list4").css("display","none");<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $("#list4").setRowData(value.id,value);<br />&#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;&#160; &#160;&#160;&#160; }</div>
]]></description>
        	        	<pubDate>Thu, 23 Jul 2009 09:29:23 +0300</pubDate>
        </item>
        <item>
        	<title>bryall on EditURL as a Function?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editurl-as-a-function#p7993</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editurl-as-a-function#p7993</guid>
        	        	<description><![CDATA[<p>Yeah I tried that but I can&#39;t seem to get the vars I want.</p>
</p>
<p>Brandon</p>
]]></description>
        	        	<pubDate>Thu, 23 Jul 2009 08:49:12 +0300</pubDate>
        </item>
        <item>
        	<title>Janooo on EditURL as a Function?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editurl-as-a-function#p7972</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editurl-as-a-function#p7972</guid>
        	        	<description><![CDATA[<p>Brandon,</p>
<p>When you change editurl to clientArray then the doc says: no ajax request is made and the content of the changed cell can be obtained via the method getChangedCells.</p>
<p>I guess you need an event to trigger your script. I am not sure how to set &#39;aftersavefunc&#39; function for the clientArray submit.</p>
<p>Jano</p>
]]></description>
        	        	<pubDate>Wed, 22 Jul 2009 15:44:23 +0300</pubDate>
        </item>
        <item>
        	<title>Brandon on EditURL as a Function?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editurl-as-a-function#p7970</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editurl-as-a-function#p7970</guid>
        	        	<description><![CDATA[<p>Is there a way to use a function to handle the save function for the edit rather than sending it to the URL? <img class="spSmiley" style="margin:0" title="Confused" src="/blog/wp-content/forum-smileys/sf-confused.gif" alt="Confused" /></p>
<p>My issue is that we actually already have a JS function that handles our database calls.</p>
<p>Basically I&#39;m looking for something like</p>
<p>onclickSubmit: function(val) {</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160; sendUpData(val); //custom data function</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160; updateField(val); //update the actually item in the grid with the new value?</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160; closeEditPanel; //don&#39;t know if this one exists??</p>
<p>}</p>
</p>
<p>Thanks!</p>
<p>Brandon</p>
]]></description>
        	        	<pubDate>Wed, 22 Jul 2009 13:18:26 +0300</pubDate>
        </item>
</channel>
</rss>