<?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: force read rows</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/force-read-rows</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/force-read-rows/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on force read rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/force-read-rows#p13048</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/force-read-rows#p13048</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Maybe you will need to use aftersavefunc instead</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing#editrow" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ng#editrow</a></p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 15 Dec 2009 19:12:25 +0200</pubDate>
        </item>
        <item>
        	<title>jppcl on force read rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/force-read-rows#p13006</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/force-read-rows#p13006</guid>
        	        	<description><![CDATA[<p>Ok, I tried as a parameter to the editrow the following line of code:</p>
<p>jQuery(&#8221;#&#8221;+subgrid_table_id).jqGrid(&#39;editRow&#39;,id,true,true,&#8221;/Loan/SubGridEdit&#8221;, subgrid_table_id,AfterEdit);</p>
<p>and the AfterEdit function has the code:</p>
</p>
<p>function AfterEdit(rowid, response, subgrid_table_id)<br />{<br />&#160;&#160;&#160; &#160;&#160;&#160; alert(rowid);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery(&#8221;#&#8221;+subgrid_table_id).jqGrid(trigger(&#39;reloadGrid&#39;));<br />}</p>
<pre class="code javascript"> </pre>
<p>&#160;I passed false, false as the parameters &#60;oneditfunc<span class="sy0">,</span> succesfunc<span class="sy0">&#62; </span>since in the grid.inlineedit.js it tests if it is a function before calling. Passed subgrid_table_id so that I later can call reloadGrid to get the new values. And changed the aftersavefunc to AfterEdit. The row gets edited, the value changes on the server but the formatting of the numbers after does not occur neithter the alert is showed nor the reloadGrid is called.</p>
<p>What am I doing wrong?</p>
<p>Thanks in advance.</p></p>
]]></description>
        	        	<pubDate>Mon, 14 Dec 2009 21:04:06 +0200</pubDate>
        </item>
        <item>
        	<title>jppcl on force read rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/force-read-rows#p12997</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/force-read-rows#p12997</guid>
        	        	<description><![CDATA[<p><!--[if gte mso 9]><xml> <w:worddocument> <w:view>Normal</w:view> <w:zoom>0</w:zoom> <w:hyphenationzone>21</w:hyphenationzone> <w:punctuationkerning></w:punctuationkerning> <w:validateagainstschemas></w:validateagainstschemas> <w:saveifxmlinvalid>false</w:saveifxmlinvalid> <w:ignoremixedcontent>false</w:ignoremixedcontent> <w:alwaysshowplaceholdertext>false</w:alwaysshowplaceholdertext> <w:compatibility> <w:breakwrappedtables></w:breakwrappedtables> <w:snaptogridincell></w:snaptogridincell> <w:wraptextwithpunct></w:wraptextwithpunct> <w:useasianbreakrules></w:useasianbreakrules> <w:dontgrowautofit></w:dontgrowautofit> </w:compatibility> <w:browserlevel>MicrosoftInternetExplorer4</w:browserlevel> </w:worddocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:latentstyles DefLockedState="false" LatentStyleCount="156"> </w:latentstyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></mce:style></p>
<p class="MsoNormal">Hello all,</p>
<p class="MsoNormal">&#160;</p>
<p class="MsoNormal"><span lang="EN-GB">This grid is very cool, it works fine. </span></p>
<p class="MsoNormal"><span lang="EN-GB">I have a page in wich I use a grid with a subgrid. Updates are only made on the subgrid allowing the change of some fields, and it works fine. However when I update any row of the subgrid, all the grid has to be reloaded back from server and the parent grid also because the data changes, it&#39;s recalculated, how can this behaviour be performed?</span></p>
<p class="MsoNormal"><span lang="EN-GB">&#160;</span></p>
<p class="MsoNormal"><span lang="EN-GB">Thanks in advance! </span></p></p>
]]></description>
        	        	<pubDate>Mon, 14 Dec 2009 15:29:39 +0200</pubDate>
        </item>
</channel>
</rss>