<?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: Add/Edit fields not in grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/addedit-fields-not-in-grid</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/addedit-fields-not-in-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Caroline on Add/Edit fields not in grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addedit-fields-not-in-grid#p20556</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addedit-fields-not-in-grid#p20556</guid>
        	        	<description><![CDATA[<p>You probably found out already but for others, yes, it is what you meant.</p>
<p>You define all the fields in the grid, some visible, some hidden and change the editrules for those hidden in the grid to see them in the form.</p></p>
]]></description>
        	        	<pubDate>Fri, 29 Oct 2010 03:59:50 +0300</pubDate>
        </item>
        <item>
        	<title>nickelj on Add/Edit fields not in grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addedit-fields-not-in-grid#p20343</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addedit-fields-not-in-grid#p20343</guid>
        	        	<description><![CDATA[<p>Hey thanks for the reply.</p>
</p>
<p>I am not sure that that is quite what I meant.</p>
</p>
<p>In my grid I would have ID, Name and Address...but when the row is clicked and the edit form comes up I also want to let them edit the entire record including City, Prov/State, County, Notes etc....and these fields are NOT part of the grid.</p>
</p>
<p>Are you saying that the fields need to be part of the grid, only hidden for this to work?</p>
</p>
<p>Jim</p>
]]></description>
        	        	<pubDate>Sat, 16 Oct 2010 06:22:21 +0300</pubDate>
        </item>
        <item>
        	<title>linchat on Add/Edit fields not in grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addedit-fields-not-in-grid#p20341</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addedit-fields-not-in-grid#p20341</guid>
        	        	<description><![CDATA[<p>Yes, you set the item to hidden. The in the editrules you set edithidden:true</p>
</p>
<p>Do a doc search for editorules it is easy though, even I figured it out. 🙂</p>
<blockquote>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; name: &#39;USER_ID&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; index: &#39;USER_ID&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; width: 75,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; hidden: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editable: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; edittype: &#39;text&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editoptions: {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; disabled:true<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editrules: {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; edithidden: false<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
</blockquote>
]]></description>
        	        	<pubDate>Sat, 16 Oct 2010 06:09:56 +0300</pubDate>
        </item>
        <item>
        	<title>nickelj on Add/Edit fields not in grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addedit-fields-not-in-grid#p20339</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addedit-fields-not-in-grid#p20339</guid>
        	        	<description><![CDATA[<p>Hiya,</p>
</p>
<p>Is it possible to add additonal fields (from the MySQL database via JSON) to the form when bringing it up for editing or adding?</p>
</p>
<p>Or can you only show the fields on the forms for the columns that are part of the grid?&#160;</p>
</p>
<p>If you can do it....any examples?</p>
</p>
<p>Thanks!</p>
</p>
<p>Jim</p>
]]></description>
        	        	<pubDate>Sat, 16 Oct 2010 05:22:40 +0300</pubDate>
        </item>
</channel>
</rss>