<?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: custom_element function not called when record changing</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/custom_element-function-not-called-when-record-changing</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/custom_element-function-not-called-when-record-changing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>simrat on custom_element function not called when record changing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/custom_element-function-not-called-when-record-changing#p28476</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/custom_element-function-not-called-when-record-changing#p28476</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
</p>
<p>Can you please repost the url you have mentioned above. I am also facing a similar problem while working with edittype:&#39;custom&#39;. When opened in the edit mode, myvalue function (custom_value:myvalue) gets called only once (which is alright) but in the edit modal popup if you change the rows, the myvalue function does not get called. The same data remains populated in the custom control with different rows.</p>
</p>
<p>Regards,</p>
<p>Simrat</p>
]]></description>
        	        	<pubDate>Tue, 19 Mar 2013 08:23:16 +0200</pubDate>
        </item>
        <item>
        	<title>tony on custom_element function not called when record changing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/custom_element-function-not-called-when-record-changing#p14000</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/custom_element-function-not-called-when-record-changing#p14000</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>we are sorry that the docs are not updated, could you please see here:</p>
<p><a href="http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-disable-form-pagers-edittype-label&#038;value=custom_value%251&#038;search=1&#038;ret=all" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/?p" rel="nofollow">http://www.trirand.com/blog/?p</a>.....38;ret=all</a></p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 18 Jan 2010 21:28:49 +0200</pubDate>
        </item>
        <item>
        	<title>Wega on custom_element function not called when record changing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/custom_element-function-not-called-when-record-changing#p13990</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/custom_element-function-not-called-when-record-changing#p13990</guid>
        	        	<description><![CDATA[<p>Code from wiki docs:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8959' value='Select Code' data-codeid='sfcode8959' /></p>
<div class='sfcode' id='sfcode8959'>&#60;script&#62;<br />function myelem (value, options) {<br />&#160; &#160; var el = document.createElement("input");<br />&#160; &#160; el.type="text";<br />&#160; &#160; el.value = value;<br />&#160; &#160; return el;<br />}</p>
<p>function myvalue(elem) {<br />&#160; &#160; return $(elem).val();<br />}<br />jQuery("#grid_id").jqGrid({<br />...<br />&#160; &#160; &#160;colModel: [&#160;<br />&#160; &#160; &#160; &#160; &#160;...&#160;<br />&#160; &#160; &#160; &#160; &#160;{name:&#39;price&#39;, ..., editable:true, edittype:&#39;custom&#39;, editoptions:{custom_element: myelem, custom_value:myvalue} },<br />&#160; &#160; &#160; &#160; &#160;...<br />&#160; &#160; &#160;]<br />...<br />});<br />&#60;/script&#62;</p>
</div>
<p>Function myelem() for creating custom input element called only for first edited record (when edit form creating).<br />As a result, value for this input element in other record (when open edit form) not initialized and always equally value of first edited record.</p>
]]></description>
        	        	<pubDate>Mon, 18 Jan 2010 11:18:41 +0200</pubDate>
        </item>
</channel>
</rss>