<?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: Add custom submit button </title>
	<link>http://www.trirand.com/blog/?page_id=393/help/add-custom-submit-button</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/add-custom-submit-button/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Add custom submit button </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/add-custom-submit-button#p15934</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/add-custom-submit-button#p15934</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I think yes.The same can be seen into the demo</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 25 Mar 2010 08:44:11 +0200</pubDate>
        </item>
        <item>
        	<title>janke on Add custom submit button </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/add-custom-submit-button#p15888</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/add-custom-submit-button#p15888</guid>
        	        	<description><![CDATA[<p>I want to add an edit button on my column name action with the value of the first column in parameter</p>
<p>My code</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8826' value='Select Code' data-codeid='sfcode8826' /></p>
<div class='sfcode' id='sfcode8826'>gridComplete: function()<br />&#160;&#160; &#160; &#160;&#160; &#160;{ <br />&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;var ids = jQuery(&#34;#list2&#34;).jqGrid(&#39;getDataIDs&#39;);&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;for(var i=0;i &#60; ids.length;i++)<br />&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;{ <br />&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var cl = ids[i]; <br />&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;code = $(&#39;#list2&#39;).jqGrid(&#39;getCell&#39;, cl, 0);&#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;be = &#34;&#60;input style=&#39;height:22px;width:25px;&#39; type=&#39;button&#39; value=&#39;Edit&#39; onclick=\&#34;alert(&#39;&#34;+code&#160;&#160; &#160;+&#34;&#39;);\&#34; /&#62;&#34;; jQuery(&#34;#list2&#34;).jqGrid(&#39;setRowData&#39;,ids[i],{action:be}); <br />&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160; &#160;&#160; &#160;},</div>
<p>This works well but how i am beginner in jqgrid i should like to know if it&#39;s the good way to do this.</p>
]]></description>
        	        	<pubDate>Mon, 22 Mar 2010 16:36:40 +0200</pubDate>
        </item>
</channel>
</rss>