<?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: editGridRow use</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/editgridrow-use</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/editgridrow-use/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on editGridRow use</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editgridrow-use#p3750</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editgridrow-use#p3750</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>....</p>
<p>}).navGrid(&#39;#pager2&#39;,</p>
<p>{add:true,edit:true,del:true},</p>
<p>{closeAfterEdit:true}, // edit options</p>
<p>{closeAfterAdd:true}, //add options</p>
<p>{}</p>
<p>);</p>
]]></description>
        	        	<pubDate>Mon, 29 Dec 2008 03:51:01 +0200</pubDate>
        </item>
        <item>
        	<title>MamaliFrenchi on editGridRow use</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editgridrow-use#p3727</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editgridrow-use#p3727</guid>
        	        	<description><![CDATA[<p>where do you get the rowId? check if the right one, and it should be working. I use the same statement and is working for me.</p>
]]></description>
        	        	<pubDate>Sun, 28 Dec 2008 21:32:25 +0200</pubDate>
        </item>
        <item>
        	<title>dhoover on editGridRow use</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editgridrow-use#p3721</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editgridrow-use#p3721</guid>
        	        	<description><![CDATA[<p>Fantastic tool, thanks! I have been reading, and re-reading the manual and I don&#39;t understand how to configure the grid such that when I submit an add/edit, the modal dialog will close.</p>
<p>I have the grid configured to launch on ready, as follows:</p>
<p>&#160;&#160;&#160;&#160;&#160; $(function() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#list2&#39;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;list.php&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Name&#39;,&#39;URL&#39;,&#39;Phone&#39;,&#39;Email&#39;], <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ...<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editurl:&#39;edit.php&#39;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }).navGrid(&#39;#pager2&#39;, {add:true,edit:true,del:true}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; );</p>
<p>How do I tell the grid to close the add/edit dialog when done? I tried this (following the function above), but it did not like what I wrote:</p>
<p>$(&#39;#list2&#39;).editGridRow(rowId, {closeAfterEdit:true});</p></p>
]]></description>
        	        	<pubDate>Sun, 28 Dec 2008 09:47:04 +0200</pubDate>
        </item>
</channel>
</rss>