<?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: Field specific popup button when editing form</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/field-specific-popup-button-when-editing-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/field-specific-popup-button-when-editing-form/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>rotoflex on Field specific popup button when editing form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/field-specific-popup-button-when-editing-form#p14340</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/field-specific-popup-button-when-editing-form#p14340</guid>
        	        	<description><![CDATA[<p>Thanks Tony, it works great!</p>
]]></description>
        	        	<pubDate>Thu, 28 Jan 2010 15:26:17 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Field specific popup button when editing form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/field-specific-popup-button-when-editing-form#p14284</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/field-specific-popup-button-when-editing-form#p14284</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This is possible and often used by me.</p>
<p>The idea is to use the onInitializeForm which is called only once when the form is created.</p>
<p>The id if every input correspond to the name from colModel</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8992' value='Select Code' data-codeid='sfcode8992' /></p>
<div class='sfcode' id='sfcode8992'>
<p>&#160;onInitializeForm : function(formid) {</p>
<p>$("#mycolname",formid).after("here html content); // before or insertAfter or inserBefore which you prefer</p>
<p>// bind here a action to the new content</p>
<p>}</p>
</div>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 26 Jan 2010 18:21:58 +0200</pubDate>
        </item>
        <item>
        	<title>rotoflex on Field specific popup button when editing form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/field-specific-popup-button-when-editing-form#p14257</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/field-specific-popup-button-when-editing-form#p14257</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>Is it possible to add popup button after edited field when using form edit? The idea is that user clicks this button to select desired value from another grid. There will be several of these popup buttons since different fields require different popups. Select is not an option since there will be lots of data and picking right value from large lists using select might be at least confusing.</p>
</p>
<p>Or is there a better way to archieve this?</p>
</p>
<p>Regards,</p>
</p>
<p>Janne</p>
]]></description>
        	        	<pubDate>Mon, 25 Jan 2010 23:01:54 +0200</pubDate>
        </item>
</channel>
</rss>