<?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: Grid not reloading after row edited</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited</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/grid-not-reloading-after-row-edited/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>kbb on Grid not reloading after row edited</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6351</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6351</guid>
        	        	<description><![CDATA[<p>Thank you very much!</p>
<p>KBB</p>
]]></description>
        	        	<pubDate>Tue, 28 Apr 2009 08:29:03 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Grid not reloading after row edited</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6344</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6344</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please use editRow. EditRow call saveRow - and a lot of parameters in editRow are passed in saveRow. Please read the docs.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 28 Apr 2009 08:11:00 +0300</pubDate>
        </item>
        <item>
        	<title>kbb on Grid not reloading after row edited</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6313</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6313</guid>
        	        	<description><![CDATA[<p>Hi Tony!</p>
<p>Thanks for your response, it helped me to see a little more clearly, yet i cannot make it works.</p>
<p>Sure, i need to use the aftersavefunc so i need to make a saveRow<strong>&#160;</strong>somehow like this:</p>
<p>jQuery(&#39;#list&#39;).saveRow(rowid, succesfunc, url, extraparam, aftersavefunc);<br />and i should declarate an aftersavefunc function to reload our grid.</p>
<p>Thats clear, but WHERE i supposed to call &#160;the saveRow? Currently our grid sends the data when the user hit the ENTER key. Thats good for us, we wanted to do this way, but i dont know where to rewrite the action for the ENTER key.</p>
<p>I cannot find the proper event in the basic grid events to call the afterSave function.</p>
<p>Could you help us to solve this, please?</p>
<p>Thank you in advance!</p>
<p>KBB</p>
]]></description>
        	        	<pubDate>Sun, 26 Apr 2009 12:03:43 +0300</pubDate>
        </item>
        <item>
        	<title>guszti on Grid not reloading after row edited</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6296</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6296</guid>
        	        	<description><![CDATA[<p>Hello Tom,</p>
</p>
<p>firstly, I would like to thanx for your help. We will check our code and respons about result.</p>
<p>Thanx again</p>
<p>Guszti</p>
]]></description>
        	        	<pubDate>Sat, 25 Apr 2009 09:57:49 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Grid not reloading after row edited</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6289</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6289</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I suppose that you use inline editing, since in form editing this behaviour is by default.</p>
<p>In order to do that you need to use succesfunc and aftersavefunc - see documentatiopn. If all data is posted with succes you can use trigger("reloadGrid") in aftersavefunc.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 25 Apr 2009 06:38:59 +0300</pubDate>
        </item>
        <item>
        	<title>guszti on Grid not reloading after row edited</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6260</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6260</guid>
        	        	<description><![CDATA[<p>Hello All,</p>
<p>I would like to give you additional informations for this thread.</p>
<p>We call a stored procedure after submit. In this procedure does some calculation and update some rows in mysql table.</p>
<p>If it possible, we would like to call a function that reload the grid from this db table with same parameters like before.</p>
<p>would you be so kind as to give us a example or solution for this issue.</p>
<p>Thanx for your cooperation.</p>
<p>Guszti</p>
]]></description>
        	        	<pubDate>Fri, 24 Apr 2009 12:18:05 +0300</pubDate>
        </item>
        <item>
        	<title>kbb on Grid not reloading after row edited</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6253</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-not-reloading-after-row-edited#p6253</guid>
        	        	<description><![CDATA[<p>Hey!</p>
<p>I have some probleme with grid reloading.<br />When i edit a row, and i submit it, the submitted data will be entered to the row, but the whole grid is not reloading.</p>
<p>I need a method to reload my grid AFTER the server side scritps done their job, in other words i need the following to happen:<br />1. Grid sends the edited values through POST to the server<br />2. Server (PHP, MySQL) processes the data<br />3. Server gives a trigger to the grid to reload</p>
<p>I tried some stuff, but currently im clueless. Anyone have some idea how to manage this?</p>
<p>Thanks in advance!</p>
<p>KBB</p>
]]></description>
        	        	<pubDate>Fri, 24 Apr 2009 04:54:17 +0300</pubDate>
        </item>
</channel>
</rss>