<?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: Custom for Adding Row</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/custom-for-adding-row</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/custom-for-adding-row/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Custom for Adding Row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custom-for-adding-row#p15479</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custom-for-adding-row#p15479</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>What we should understand under "form content"?</p>
<p>Entry new form or data in some format from the server which should fill the already created form?</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 08 Mar 2010 19:02:39 +0200</pubDate>
        </item>
        <item>
        	<title>tjones1105 on Custom for Adding Row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custom-for-adding-row#p15477</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custom-for-adding-row#p15477</guid>
        	        	<description><![CDATA[<p>Strange, my reply did not show up, huh.&#160;</p>
</p>
<p>So, this is really close. But the URL attribute is for posting data. What I would like is a url to load the form content in to the "add" modal window?</p>
</p>
<p>I hope this makes sense.</p>
<p>Thanks,</p>
<p>tom&#160;</p>
]]></description>
        	        	<pubDate>Mon, 08 Mar 2010 18:56:47 +0200</pubDate>
        </item>
        <item>
        	<title>lupin on Custom for Adding Row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custom-for-adding-row#p15447</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custom-for-adding-row#p15447</guid>
        	        	<description><![CDATA[</p>
<p>hi,</p>
<p>&#160;Since you didn&#39;t include your grid definition, I&#39;ll just assumed that you have the form included on your jqgrid installation and you only need to define a custom/different url to your add/edit/delete button.</p>
</p>
<p>here&#39;s mine, I defined the add/edit/delete option first:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit751' value='Select Code' data-codeid='sfcode751' /></p>
<div class='sfcode' id='sfcode751'>
<p>var delOptions={url:&#39;/order/delete&#39;, closeAfterAdd:&#39;true&#39;}</p>
<p>var addOptions={top:50,left:&#34;100&#34;,width:500,url:&#39;/order/create&#39;,closeAfterAdd:&#39;true&#39;}</p>
<p>var editOptions={top:50,left:&#34;100&#34;,width:500,url:&#39;/order/edit&#39;,closeAfterEdit:&#39;true&#39;}</p>
</div>
<p>then on my pager/navgrid option:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8188' value='Select Code' data-codeid='sfcode8188' /></p>
<div class='sfcode' id='sfcode8188'>
<p>jQuery(&#34;#list2&#34;).jqGrid(&#39;navGrid&#39;,&#39;#pager2&#39;,&#160;{add:true,addtext:&#39;Add&#39;,del:true,deltext:&#39;Delete&#39;,edit:true,edittext: &#39;Edit&#39;},</p>
<p>editOptions, // Edit Button&#160;</p>
<p>addOptions, // Add Button &#160;handler &#160;handler &#160;</p>
<p>delOptions, // Delete Button handler</p>
<p>&#160;{}) &#160; &#160;</p>
</div>
<p>&#160;hth,</p>
<p>lupin</p>
]]></description>
        	        	<pubDate>Sun, 07 Mar 2010 02:23:32 +0200</pubDate>
        </item>
        <item>
        	<title>tjones1105 on Custom for Adding Row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custom-for-adding-row#p15446</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custom-for-adding-row#p15446</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I&#39;m really new to jQuery and jqGrid and I really like what I&#39;ve been able to accomplish so far. Thank you for such a great plugin.&#160;</p>
</p>
<p>My question stems from the need to add a new record, but when I click on the add button I would like to pop up a custom form. I would like to form to submit the data to a custom url. How would I do this? Once submitted I would like the current grid to just reload.</p>
</p>
<p>Thanks,</p>
<p>tom</p>
]]></description>
        	        	<pubDate>Sun, 07 Mar 2010 01:16:47 +0200</pubDate>
        </item>
</channel>
</rss>