<?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: Automatically trigger reload on delete?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/automatically-trigger-reload-on-delete</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/automatically-trigger-reload-on-delete/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>psdev on Automatically trigger reload on delete?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatically-trigger-reload-on-delete#p24443</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatically-trigger-reload-on-delete#p24443</guid>
        	        	<description><![CDATA[<p>thanks 🙂</p>
]]></description>
        	        	<pubDate>Mon, 29 Aug 2011 04:07:45 +0300</pubDate>
        </item>
        <item>
        	<title>emascarinas on Automatically trigger reload on delete?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatically-trigger-reload-on-delete#p24432</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatically-trigger-reload-on-delete#p24432</guid>
        	        	<description><![CDATA[<p>try this.&#160;</p>
<pre>		delOptions: {reloadAfterSubmit:true,
		onclickSubmit: function(rp_ge, rowid) {
                     // delete row
					 var grid = jQuery("#"+subgrid_table_id);
                     grid.delRowData(rowid);
                     

                     if (grid[0].p.lastpage &#62; 1) {
                         // reload grid to make the row from the next page visable.
                         // TODO: deleting the last row from the last page which number is higher as 1
                         grid.trigger("reloadGrid", [{page:grid[0].p.page}]);
                     }

                     return true;
			                     
				                 }					
						}
</pre>
]]></description>
        	        	<pubDate>Sat, 27 Aug 2011 00:49:22 +0300</pubDate>
        </item>
        <item>
        	<title>psdev on Automatically trigger reload on delete?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatically-trigger-reload-on-delete#p24413</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatically-trigger-reload-on-delete#p24413</guid>
        	        	<description><![CDATA[<p>Not sure, but I may have figured this out.&#160; I thought that the grid didn&#39;t update automatically, but it seems that it is intermittent - but that may be on my end because I am using Google app engine locally for testing.</p>
<p>It&#39;s possible that this is a timing thing - where the grid does its refresh before the app-engine&#39;s datastore actually replicates and saves the item -- I&#39;m told this app-engine thing is likely to not be so slow when actually running on google&#160; - I will deploy it and I bet the auto-trigger reload grid will work after delete when it is running up there.</p>
<p>just posted this in case anyone else is using JSON with the Google app-engine and the jqgrid.</p>
]]></description>
        	        	<pubDate>Fri, 26 Aug 2011 01:17:37 +0300</pubDate>
        </item>
        <item>
        	<title>psdev on Automatically trigger reload on delete?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatically-trigger-reload-on-delete#p24372</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatically-trigger-reload-on-delete#p24372</guid>
        	        	<description><![CDATA[<p>Hi,&#160;</p>
<p>Thanks for such an awesome component!&#160; I have been scouring the forums and the documentation trying various permutations of things but am starting to find a few problems I can&#39;t figure out.&#160; Hopefully someone more experienced with jqgrid doesn&#39;t mind helping a noob like me with this.</p>
</p>
<p>What is the best way to get the grid to automatically reload after an inline delete?&#160; I am using the jqgrid with json feeding from a java app from the google app engine datastore and it is working well&#160; - but after a delete I have to manually click the grid&#39;s reload button or reload the page to show the row gone.&#160; How can I set it up to automatically reload after a successful delete?</p>
<p>Please give me a code example or a link to one, because my attempts aren&#39;t working.</p>
<p>I tried setting something up with saverow but it messes up the inline editing when I try to set up the successfunc.</p>
</p>
<p>thanks for your help! 🙂</p>
]]></description>
        	        	<pubDate>Tue, 23 Aug 2011 02:44:01 +0300</pubDate>
        </item>
</channel>
</rss>