<?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: addRow</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/addrow</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/addrow/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>salvo90 on addRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addrow#p8279</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addrow#p8279</guid>
        	        	<description><![CDATA[<p>I want to create a new row, and then register the adding into the database, but posting data to another page, different from the one declared in the edit url parameter. Maybe i can try</p>
</p>
<p>addrow &#8211;&#62; saverow</p>
<p>?</p>
</p>
<p>So, the structure in this:</p>
</p>
<p>adding a new row ---&#62; post data to a different PHP page from that declared in editurl parameter ---&#62; execute a query with the posted data.</p>
</p>
<p>I think the problem is the redirecting to another page, using the saverow parameter. Can someone include also a pratic example with a &#39;redirect.php&#39; page?</p>
]]></description>
        	        	<pubDate>Wed, 05 Aug 2009 12:26:03 +0300</pubDate>
        </item>
        <item>
        	<title>Pete on addRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addrow#p8249</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addrow#p8249</guid>
        	        	<description><![CDATA[<p>The method syntax I see in the manual is:</p>
<p>addRowData<br />rowid, data, position (first, last, before, after - default last), srcrowid (source row, applies only when position is either before or after)</p>
<p>I don&#39;t see where a url is used.&#160; Are you trying to add to the grid AND update through the server&#160; at the same time?&#160; If you you could update directly to the server with an AJAX call and then requery the grid OR update the grid and then update your server with an AJAX call.</p>
<p>Or, maybe I don&#39;t understand what you are trying to accomplish</p></p>
]]></description>
        	        	<pubDate>Tue, 04 Aug 2009 15:22:33 +0300</pubDate>
        </item>
        <item>
        	<title>salvo90 on addRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addrow#p8240</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addrow#p8240</guid>
        	        	<description><![CDATA[<p>Sorry, but it was not usefull for me. I can&#39;t see any example like the wanted one.</p>
</p>
<p>I&#39;m searching one example like</p>
<p>jQuery(&#8221;#tabb&#8221;).addRowData(rowid,datarow, <span style="color: #ff0000;">{url:&#39;insert.php&#39;}</span>);</p>
<p>Where i can read the correct sintax of the url replacing parameter</p>
]]></description>
        	        	<pubDate>Tue, 04 Aug 2009 05:59:09 +0300</pubDate>
        </item>
        <item>
        	<title>tony on addRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addrow#p8235</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addrow#p8235</guid>
        	        	<description><![CDATA[<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#array_data" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....array_data</a></p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 04 Aug 2009 02:29:40 +0300</pubDate>
        </item>
        <item>
        	<title>salvo90 on addRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addrow#p8203</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addrow#p8203</guid>
        	        	<description><![CDATA[<p>Hi, can someone show me an example of the AddRow command?</p>
</p>
<p>I want to redirect the posted data to the &#39;insert.php&#39; page, using those data for example:</p>
</p>
<p>first = "one"</p>
<p>second = "two"</p>
<p>third = "three"</p>
</p>
<p>I&#39;ve tried this code:</p>
<p>&#160;&#160;&#160; var datarow = {first:"one",second:"two",third:"three"}; <br />&#160;&#160;&#160; jQuery("#tabb").addRowData(rowid,datarow, {url:&#39;insert.php&#39;);</p>
</p>
<p>But without result...</p></p>
]]></description>
        	        	<pubDate>Mon, 03 Aug 2009 10:10:07 +0300</pubDate>
        </item>
</channel>
</rss>