<?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: Adding submit and cancel buttons to the top of edit form</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/adding-submit-and-cancel-buttons-to-the-top-of-edit-form</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/adding-submit-and-cancel-buttons-to-the-top-of-edit-form/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Adding submit and cancel buttons to the top of edit form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/adding-submit-and-cancel-buttons-to-the-top-of-edit-form#p16517</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/adding-submit-and-cancel-buttons-to-the-top-of-edit-form#p16517</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Currently there is no ready solution for this. It will be a little difficult to do it with your code, since you will need to write a lot of other code when th button is clicked.</p>
<p>Instead of this here is my recommendation (never tested):</p>
<p>use onInitializeForm event (this fire only once)</p>
<p>put your content and do jQuery clone with the parameter set to true (this will copy the events too) for these buttons</p>
<p>The id&#39;s of the buttons of every form are</p>
<p>for submit = sData</p>
<p>for cancel = cData</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 19 Apr 2010 13:15:20 +0300</pubDate>
        </item>
        <item>
        	<title>lysitheas on Adding submit and cancel buttons to the top of edit form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/adding-submit-and-cancel-buttons-to-the-top-of-edit-form#p16439</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/adding-submit-and-cancel-buttons-to-the-top-of-edit-form#p16439</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>How can i add submit and cancel buttons to the top of the edit form.&#160; The buttons at the bottom of the form will also remain. Because there are to many fields and it will be usefull if there are the same fields at the top also. I tried to copy every thing to the top when form shows up but to make it work the button ids should be the same. If they are the same then only the buttons at top work. Is there a way to do that?</p>
]]></description>
        	        	<pubDate>Thu, 15 Apr 2010 19:25:13 +0300</pubDate>
        </item>
</channel>
</rss>