<?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: error in client ediit in ASP MVC and easy solution</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/error-in-client-ediit-in-asp-mvc-and-easy-solution</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/bugs/error-in-client-ediit-in-asp-mvc-and-easy-solution/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>skubche on error in client ediit in ASP MVC and easy solution</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/error-in-client-ediit-in-asp-mvc-and-easy-solution#p28005</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/error-in-client-ediit-in-asp-mvc-and-easy-solution#p28005</guid>
        	        	<description><![CDATA[<p>Found this line commenting in GitHub &#8211; commit 5e53614</p>
<p>named "Fix reloadAfterSubmit to be executed in case of local datatype"</p>
<p>But i expect in local mode (clent side) that grid woudnt be reloaded after adding row, but instead grid woud be change on client side by script!</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2858' value='Select Code' data-codeid='sfcode2858' /></p>
<div class='sfcode' id='sfcode2858'>if(rp_ge[$t.p.id].reloadAfterSubmit) {&#160;$($t).trigger(&#34;reloadGrid&#34;) }&#160;else { /*adding on client side */}</div>
<p>Otherwise there is no way to add a line&#160;on client side because reloadAfterSubmit ALWAYS equals true and&#160;we never get to code where new line adding on client side by script!</p>
]]></description>
        	        	<pubDate>Fri, 11 Jan 2013 13:10:47 +0200</pubDate>
        </item>
        <item>
        	<title>skubche on error in client ediit in ASP MVC and easy solution</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/error-in-client-ediit-in-asp-mvc-and-easy-solution#p28000</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/error-in-client-ediit-in-asp-mvc-and-easy-solution#p28000</guid>
        	        	<description><![CDATA[<p>Hello!</p>
<div></div>
<div>After update to version 4.4.1 client edit stop working correctly.</div>
<div>I explore source code and found this code in file jquery.jqGrid.src.js line 7600:</div>
<div>
<div></div>
<div>
<p><input type='button' class='sfcodeselect' name='sfselectit2888' value='Select Code' data-codeid='sfcode2888' /></p>
<div class='sfcode' id='sfcode2888'>
<div>//rp_ge[$<a href=&#34;http://t.p.id/&#34; target=&#34;_blank&#34; target="_blank">t.p.id</a>].reloadAfterSubmit = rp_ge[$<a href=&#34;http://t.p.id/&#34; target=&#34;_blank&#34; target="_blank">t.p.id</a>].reloadAfterSubmit &#38;&#38; $t.p.datatype != &#34;local&#34;;</div>
<div>// the action is add</div>
</div>
</div>
<div></div>
</div>
<div>Maybe this comment is failure?</div>
<div>After uncomment this it work correctly!</div>
</p>
<div>Thanks!</div>
]]></description>
        	        	<pubDate>Thu, 10 Jan 2013 15:53:30 +0200</pubDate>
        </item>
</channel>
</rss>