<?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 Edit Type</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/custom-edit-type</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/custom-edit-type/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Custom Edit Type</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custom-edit-type#p24935</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custom-edit-type#p24935</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You should maybe receive a error.</p>
<p>The problem may raise if these functions are not visible from the grid.</p>
<p>Please, go into the demo and look into the following example how to realize this:</p>
<p>New in version 3.6 =&#62; Create custom input element.</p>
<p>This example run normally</p>
</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 16:21:23 +0300</pubDate>
        </item>
        <item>
        	<title>Rob on Custom Edit Type</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custom-edit-type#p24934</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custom-edit-type#p24934</guid>
        	        	<description><![CDATA[<p>What I mean is the cells are empty and non editable.</p></p>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 14:54:05 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Custom Edit Type</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custom-edit-type#p24930</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custom-edit-type#p24930</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>What you mean with</p>
<blockquote>
<p>When I call my grid the column with those types comes back blank</p>
</blockquote>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 04:29:06 +0300</pubDate>
        </item>
        <item>
        	<title>Rob on Custom Edit Type</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custom-edit-type#p24920</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custom-edit-type#p24920</guid>
        	        	<description><![CDATA[<p>I am currently trying to use the custom edittype and editoptions. &#160;When I call my grid the column with those types comes back blank. &#160;I am currently trying to have multiple checkboxes in a cell.</p>
</p>
<p>{name:&#39;approval&#39;, sortable:false, search:false, resizable:false, editable:true, edittype:&#39;custom&#39;, editoptions:{custom_element:myelem, custom_value:myvalue}, align:&#39;center&#39;, width: 9 }</p>
</p>
<p>function myelem(value,options)</p>
<p>{</p>
<p><span style="white-space: pre;"> </span>var el = document.createElement(&#39;input&#39;);</p>
<p><span style="white-space: pre;"> </span>el.type = &#39;checkbox&#39;;</p>
<p><span style="white-space: pre;"> </span>el.value=value;</p>
<p><span style="white-space: pre;"> </span>return el;</p>
<p>}</p>
</p>
<p>function myvalue(elem,operation,value)</p>
<p>{</p>
<p><span style="white-space: pre;"> </span>if(operation === &#39;get&#39;)</p>
<p><span style="white-space: pre;"> </span>{</p>
<p><span style="white-space: pre;"> </span>return $(elem).find("input").val();</p>
<p><span style="white-space: pre;"> </span>}</p>
<p><span style="white-space: pre;"> </span>else</p>
<p><span style="white-space: pre;"> </span>{</p>
<p><span style="white-space: pre;"> </span>$("input",elem).val(value);</p>
<p><span style="white-space: pre;"> </span>}</p>
<p>}</p>
]]></description>
        	        	<pubDate>Tue, 18 Oct 2011 23:19:48 +0300</pubDate>
        </item>
</channel>
</rss>