<?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: how to change one property to one inserted field</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-change-one-property-to-one-inserted-field</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/how-to-change-one-property-to-one-inserted-field/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on how to change one property to one inserted field</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-change-one-property-to-one-inserted-field#p14437</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-change-one-property-to-one-inserted-field#p14437</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Dynamically added field can not be attributed with any property. You shold write your own code for this purpose.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 01 Feb 2010 09:00:38 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on how to change one property to one inserted field</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-change-one-property-to-one-inserted-field#p14401</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-change-one-property-to-one-inserted-field#p14401</guid>
        	        	<description><![CDATA[<p>I add one field to the form like this:</p>
<p>&#160;onInitializeForm: function (formid)<br />&#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; var cppass = &#39;&#60;tr id="tr_password" class="FormData" rowpos="4"&#62;&#39;;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cppass += &#39;&#60;td class="CaptionTD ui-widget-content"&#62;Mot de passe&#60;/td&#62;&#39;;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cppass += &#39;&#60;td class="DataTD ui-widget-content" style="white-space: pre;"&#62;&#39;;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cppass += &#39; &#60;input id="password" class="FormElement" type="password" name="password" size="20"/&#62;&#39;;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cppass += &#39;&#60;/td&#62;&#60;/tr&#62;&#39;;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(cppass).insertAfter("#tr_debug",formid);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</p>
<p>I would like to attribute this property:</p>
<p>editrules:{required:true}</p>
<p>Is it possible even if the field is not in colModel ?</p>
]]></description>
        	        	<pubDate>Fri, 29 Jan 2010 16:24:01 +0200</pubDate>
        </item>
</channel>
</rss>