<?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: Input HTML showing up in edit form.</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/input-html-showing-up-in-edit-form</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/input-html-showing-up-in-edit-form/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>erich93063 on Input HTML showing up in edit form.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/input-html-showing-up-in-edit-form#p25010</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/input-html-showing-up-in-edit-form#p25010</guid>
        	        	<description><![CDATA[<p>I have a jqGrid, version 3.7.2. I have my fields set to "editable:true" and I am using</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5188' value='Select Code' data-codeid='sfcode5188' /></p>
<div class='sfcode' id='sfcode5188'>onSelectRow: function(id){  			if(id &#38;&#38; id!==lastsel){ 				 $(&#39;#customers&#39;).jqGrid(&#39;restoreRow&#39;,lastsel); 				 $(&#39;#customers&#39;).jqGrid(&#39;editRow&#39;,id,true); 				 lastsel=id; } }</div>
<p>that allows for inline editing. I also have the edit button in the pager bar. The problem is, when I select a row and the inline editing starts to happen AND I click the edit button in the pager bar, the form pops up to do editing, but the text inputs have the html of the inputs from the inline ediing in the grid. So in the actual text input, the value displays as "&#60;input type="text" blah blah&#8230; /&#62;".</p>
</p>
<p>Is there a way to prevent this? For now, I have just removed the edit button from the toolbar, but the client said they would like to have the option to do both.</p>
</p>
<p>THANKS</p>
]]></description>
        	        	<pubDate>Fri, 28 Oct 2011 01:09:15 +0300</pubDate>
        </item>
</channel>
</rss>