<?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: typing error in inlineNav in case of addParams.useFormatter: true</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/typing-error-in-inlinenav-in-case-of-addparams-useformatter-true</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/typing-error-in-inlinenav-in-case-of-addparams-useformatter-true/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on typing error in inlineNav in case of addParams.useFormatter: true</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/typing-error-in-inlinenav-in-case-of-addparams-useformatter-true#p28727</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/typing-error-in-inlinenav-in-case-of-addparams-useformatter-true#p28727</guid>
        	        	<description><![CDATA[<p>Thanks Oleg.</p>
]]></description>
        	        	<pubDate>Mon, 29 Apr 2013 11:44:54 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on typing error in inlineNav in case of addParams.useFormatter: true</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/typing-error-in-inlinenav-in-case-of-addparams-useformatter-true#p28726</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/typing-error-in-inlinenav-in-case-of-addparams-useformatter-true#p28726</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>I found one more bugs in <strong>inlineNav</strong>. <a href="https://github.com/OlegKi/jqGrid/blob/v4.4.5/js/grid.inlinedit.js#L489" target="_blank">The line</a>&#160;</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1550' value='Select Code' data-codeid='sfcode1550' /></p>
<div class='sfcode' id='sfcode1550'>&#34;aftersavefunc&#34; : ap.afterSave<strong>f</strong>,</div>
<p>contains typing error. The code can be fixed to</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8058' value='Select Code' data-codeid='sfcode8058' /></p>
<div class='sfcode' id='sfcode8058'>aftersavefunc : ap.afterSave,</div>
<p><span style="font-size: 14px;">Moreover it seems me a little strange why the option </span><strong style="font-size: 14px;">useFormatter: true</strong><span style="font-size: 14px;"> exists only in </span><strong style="font-size: 14px;">addParams</strong><span style="font-size: 14px;"> parameteres of </span><strong style="font-size: 14px;">inlineNav</strong><span style="font-size: 14px;"> and not for </span><strong style="font-size: 14px;">editParams</strong><span style="font-size: 14px;"> part. It means probably the usage of Add button in inline navigator as <em>addition</em> to </span><strong style="font-size: 14px;">formatter: "actions"</strong><span style="font-size: 14px;">, but it don&#39;t allows to add Edit button too and to synchronize the options of </span><strong style="font-size: 14px;">formatter: "actions"</strong><span style="font-size: 14px;">&#160;with the options of Edit button too. It seems me inconsistent. The best would be to allow to coexist different alternative ways of inline editing in the same grid. For example combination of <strong>formatter: "actions"</strong>, inlineNav and direct calling of editRow inside of <strong>ondblClickRow</strong>&#160;and cancelling of editing in <strong>onSelectRow</strong> or in <strong>loadComplete</strong> (or in <strong>afterRefresh</strong> of <strong>navGrid</strong>).</span></p>
<p><span style="font-size: 14px;">Best regards<br />Oleg&#160;</span></p>
]]></description>
        	        	<pubDate>Sun, 28 Apr 2013 14:10:16 +0300</pubDate>
        </item>
</channel>
</rss>