<?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: fix form editing to better support jQuery UI Spinner and other controls</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/fix-form-editing-to-better-support-jquery-ui-spinner-and-other-controls</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/fix-form-editing-to-better-support-jquery-ui-spinner-and-other-controls/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on fix form editing to better support jQuery UI Spinner and other controls</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/fix-form-editing-to-better-support-jquery-ui-spinner-and-other-controls#p31196</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/fix-form-editing-to-better-support-jquery-ui-spinner-and-other-controls#p31196</guid>
        	        	<description><![CDATA[<p>Sure Oleg - everything will be happen soon.</p>
<p>Fixed in GitHub.</p>
<p>Â </p>
<p>Thanks</p>
<p>Â </p>
<p>P.S. Have answered in GitHub.</p>
]]></description>
        	        	<pubDate>Fri, 03 Oct 2014 14:25:53 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on fix form editing to better support jQuery UI Spinner and other controls</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/fix-form-editing-to-better-support-jquery-ui-spinner-and-other-controls#p31194</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/fix-form-editing-to-better-support-jquery-ui-spinner-and-other-controls#p31194</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>I think that <a href="https://github.com/tonytomov/jqGrid/blob/v4.6.0/js/grid.formedit.js#L399" target="_blank">the line</a>Â of form editing</p>
<div class="sfcode">
<pre class="brush-javascript syntax">$(frmtb+" &#62; tbody &#62; tr &#62; td &#62; .FormElement").each(function() {</pre></div><p>should be fixed to</p>
<div class="sfcode">
<pre class="brush-javascript syntax">$(frmtb + "&#62;tbody&#62;tr&#62;td .FormElement").each(function() {</pre></div><p>to simplifyÂ usage of controls which move .FormElementÂ element to another location. For example jQuery UI Spinner wrap it inside of &#60;span&#62; element which makes problem to get the results of editing. I suppose the control is not the only one which do this. See <a href="http://stackoverflow.com/a/26118158/315935" target="_blank">the answer</a>Â for more information</p>
<p>Best regards<br />
 Oleg</p>
<p>P.S. Please take a look inÂ <a href="https://github.com/tonytomov/jqGrid/issues/612#issuecomment-56725014" target="_blank">the comment</a>Â and some previous one. I think it could be interesting to fix some problems.</p>
<p>P.P.S. It would be nice to see new release of jqGrid with all fixes and changes whichÂ exists in the code on github.</p>
]]></description>
        	        	<pubDate>Fri, 03 Oct 2014 14:08:48 +0300</pubDate>
        </item>
</channel>
</rss>