<?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: Hiding/Showing form field via dataEvents</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/hidingshowing-form-field-via-dataevents</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/hidingshowing-form-field-via-dataevents/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Hiding/Showing form field via dataEvents</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hidingshowing-form-field-via-dataevents#p15216</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hidingshowing-form-field-via-dataevents#p15216</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You should note that this is for form edit, so in your case you - in any other module formid is not needed.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 27 Feb 2010 20:01:09 +0200</pubDate>
        </item>
        <item>
        	<title>lupin on Hiding/Showing form field via dataEvents</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hidingshowing-form-field-via-dataevents#p15091</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hidingshowing-form-field-via-dataevents#p15091</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
</p>
<p>&#160;That do the trick, but I noticed since I&#39;m following your excellent documents here <a href="http://www.secondpersonplural.ca/jqgriddocs/index.htm(Dynamic" rel="nofollow" target="_blank"><a href="http://www.secondpersonplural" rel="nofollow">http://www.secondpersonplural</a>......tm(Dynamic</a> Editing Form), if I put a it this way:</p>
</p>
<p>$("#tr_Job_Number",formid).hide(); as per that docs it won&#39;t work, did I misunderstood something?</p>
</p>
<p>again thank you very much for your fantastic project and support.</p>
</p>
<p>more power to you,</p>
<p>lupin</p>
]]></description>
        	        	<pubDate>Tue, 23 Feb 2010 12:26:53 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Hiding/Showing form field via dataEvents</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hidingshowing-form-field-via-dataevents#p15079</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hidingshowing-form-field-via-dataevents#p15079</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>try this</p>
<p><strong>$("#tr_Job_Number").hide(); </strong>instead of</p>
<p>$("tr_#Job_Number").hide();</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 23 Feb 2010 11:26:37 +0200</pubDate>
        </item>
        <item>
        	<title>lupin on Hiding/Showing form field via dataEvents</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hidingshowing-form-field-via-dataevents#p15043</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hidingshowing-form-field-via-dataevents#p15043</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I want to hide/show the form field base on selection from select form field, I used the following code but it didn&#39;t hide the #Job_Name. How to acheive this?</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4230' value='Select Code' data-codeid='sfcode4230' /></p>
<div class='sfcode' id='sfcode4230'>{&#160; name:&#160;&#160; &#39;Job_Number&#39;,<br />&#160;&#160;&#160; index: &#39;`Job #`&#39;,<br />&#160;&#160;&#160; editable: true,<br />&#160;&#160;&#160; edittype: &#39;text&#39;,<br />&#160;&#160;&#160; editoptions: { size: 10, readonly: &#39;readonly&#39;},<br />&#160;&#160;&#160; editrules: {required: true },<br />&#160;&#160;&#160; formoptions: { label: &#39;Job #&#39; },<br />&#160;&#160;&#160; width: 10,<br />&#160;&#160;&#160; formatter: &#39;integer&#39;,<br />&#160;&#160;&#160; formatoptions: { thousandsSeparator: &#39;&#39; },<br />&#160;&#160;&#160; searchoptions: { sopt: [&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;, &#39;in&#39;, &#39;ni&#39;] },<br />&#160;&#160;&#160; align: &#39;right&#39;,<br />&#160;&#160;&#160; sortable: true<br />&#160;},<br />&#160;{&#160; name:&#160;&#160; &#39;Job_Name&#39;,<br />&#160;&#160;&#160; index: &#39;`Job Name`&#39;,<br />&#160;&#160;&#160; editable: true,<br />&#160;&#160;&#160; edittype: &#39;select&#39;,<br />&#160;&#160;&#160; editoptions: { //size: 1,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; value:{1:&#39;One&#39;,2:&#39;Two&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // dataUrl: &#39;select&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; dataEvents: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {&#160; type: &#39;change&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; fn: function(formid) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#34;tr_#Job_Number&#34;).hide();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ]<br />&#160;&#160; },<br />&#160;&#160;&#160; formoptions: { label: &#39;Job Name&#39; },<br />&#160;&#160;&#160; searchoptions: { sopt: [&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;, &#39;cn&#39;, &#39;nc&#39;, &#39;bw&#39;, &#39;bn&#39;] },<br />&#160;&#160;&#160; align: &#39;right&#39;,<br />&#160;&#160;&#160; width: 150,<br />&#160;&#160;&#160; align: &#39;left&#39;,<br />&#160;&#160;&#160; sortable: true<br />&#160;}</div>
<p>Thanks in advance,</p>
</p>
<p>lupind</p>
]]></description>
        	        	<pubDate>Mon, 22 Feb 2010 15:00:02 +0200</pubDate>
        </item>
</channel>
</rss>