<?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: I need sample to customize add and edit forms</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/i-need-sample-to-customize-add-and-edit-forms</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/i-need-sample-to-customize-add-and-edit-forms/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>BenRivera on I need sample to customize add and edit forms</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-need-sample-to-customize-add-and-edit-forms#p20722</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-need-sample-to-customize-add-and-edit-forms#p20722</guid>
        	        	<description><![CDATA[<p>Your best bet is to include the column in your grid but don&#39;t display it.&#160; Then you can display it only in the edit form:</p>
<p>colNames: [&#39;Title&#39;,&#39;URL&#39;,&#39;Concept&#39;,&#39;Category&#39;],</p>
<p>colModel:[</p>
<p>{name:&#39;title&#39;,index:&#39;title&#39;...},</p>
<p>{name:&#39;url&#39;,index:&#39;url&#39;,&#160;hidden: true, /* doesn&#39;t dsplay in the&#160;grid */</p>
<p>&#160;editrules:{edithidden:true} /*displays the field on edit*/},</p>
<p>...]</p>
</p>
<p>Good luck,</p>
<p>Ben</p>
]]></description>
        	        	<pubDate>Wed, 10 Nov 2010 04:59:08 +0200</pubDate>
        </item>
        <item>
        	<title>Wafaas on I need sample to customize add and edit forms</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-need-sample-to-customize-add-and-edit-forms#p20698</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-need-sample-to-customize-add-and-edit-forms#p20698</guid>
        	        	<description><![CDATA[<p>Hi all,</p>
<p>I have a grid of 3 columns (Title, Concept, Category). The editable option for 2nd and 3rd columns is false, so i only have Tilte in the edit form. i have 2 issues, the first one is that Title link is a composite column because it supposed to have 2 values one for name and the other for url.</p>
<p>My 1st question is: how to create custom edit form with extra input field for the url value below the name input.</p>
<p>The 2nd question is: how to add other input fields not included in the colNames or ColModel and consequently not included in the datagrid.</p>
</p>
<p>Thanks in Advance</p>
]]></description>
        	        	<pubDate>Mon, 08 Nov 2010 18:23:01 +0200</pubDate>
        </item>
</channel>
</rss>