<?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: Grouping fields in edit form</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/grouping-fields-in-edit-form</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/grouping-fields-in-edit-form/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Tylla on Grouping fields in edit form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grouping-fields-in-edit-form#p26365</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grouping-fields-in-edit-form#p26365</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>Currently this feature is not available or at last adding such functionality requiere to use fsome events and knowledge of the structure of the edit form.</p>
<p>We plan in the next major release to introduce a templating in&#160; form editing.</p>
<p>In this case you can do custom forms.</p>
</p>
<p>Kind Regards</p>
</blockquote>
<hr />
<p>Thank you for your answer.</p>
<p>I finally solved my problem by modifying the HTML of the edit form in the beforeShowForm event handler and by applying some styles to the rows in the edit form one-by-one. Not a beautiful solution, but works. <img class="wp-smiley" src="/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<p>It would be awesome if the grouping available in the grid heading could go into the edit form too. This way one setting would eliminate two needs.</p>
<p>Anyway I&#39;m looking forward for the new version of this awesome program. 😉</p>
]]></description>
        	        	<pubDate>Fri, 13 Apr 2012 18:52:48 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Grouping fields in edit form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grouping-fields-in-edit-form#p26297</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grouping-fields-in-edit-form#p26297</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Currently this feature is not available or at last adding such functionality requiere to use fsome events and knowledge of the structure of the edit form.</p>
<p>We plan in the next major release to introduce a templating in&#160; form editing.</p>
<p>In this case you can do custom forms.</p>
</p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Thu, 05 Apr 2012 10:35:10 +0300</pubDate>
        </item>
        <item>
        	<title>Tylla on Grouping fields in edit form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grouping-fields-in-edit-form#p26294</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grouping-fields-in-edit-form#p26294</guid>
        	        	<description><![CDATA[<p>It is possible to group some fields in the edit form?</p>
<p>I would like to group some fields together, give them a summarizing  name and give the group some different background color and maybe even  border so the user can navigate more easily.</p>
<p>Suppose I have 4 entries in the colModel:</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit7924' value='Select Code' data-codeid='sfcode7924' /></p><div class='sfcode' id='sfcode7924'> name
 address
 title
 income
</div></pre>
<p>I would like to show it in the edit form like:</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit7475' value='Select Code' data-codeid='sfcode7475' /></p><div class='sfcode' id='sfcode7475'> Personal:----------
 &#124; name     [    ] &#124;
 &#124; address  [    ] &#124;
 -------------------
 Business:----------
 &#124; title    [    ] &#124;
 &#124; income   [    ] &#124;
 -------------------
</div></pre>
<p>where the fields belonging to the Personal group/category would have -  let&#39;s say - light green background and fields in the Business group  would have light red background.</p>
<p>The difficulty is that there are lots of fields and I wouldn&#39;t want to give them background color on a one-by-one basis. And if there are groups then I could even use some collapse jQuery plugin to let the user to hide some of the groups.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">
<table border="0">
<tbody>
<tr>
<td class="votecell">
<div class="vote"><span class="vote-count-post">1</span> <a class="vote-down-off" title="This question does not show any research effort; it is unclear or not useful (click again to undo)" target="_blank">down vote</a> <a class="star-off" title="This is a favorite question (click again to undo)" href="http://stackoverflow.com/questions/9998125/jqgrid-grouping-fields-in-edit-form" target="_blank">favorite</a> <a id="gp-share-9998125" class="gp-share" title="share link to this question on Google+" target="_blank">share [g+]</a> <a id="fb-share-9998125" class="fb-share" title="share link to this question on Facebook" target="_blank">share [fb]</a> <a id="twitter-share-9998125" class="twitter-share" title="share link to this question on Twitter" target="_blank">share [tw]</a></div>
</td>
<td class="postcell">
<div>
<div class="post-text">
<p>It is possible to group some fields in the edit form?</p>
<p>I would like to group some fields together, give them a summarizing  name and give the group some different background color and maybe even  border so the user can navigate more easily.</p>
<p>Suppose I have 4 entries in the colModel:</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit9438' value='Select Code' data-codeid='sfcode9438' /></p><div class='sfcode' id='sfcode9438'>name
address
title
income
</div></pre>
<p>I would like to show it in the edit form like:</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit9716' value='Select Code' data-codeid='sfcode9716' /></p><div class='sfcode' id='sfcode9716'>Personal:----------
&#124; name     [    ] &#124;
&#124; address  [    ] &#124;
-------------------
Business:----------
&#124; title    [    ] &#124;
&#124; income   [    ] &#124;
-------------------
</div></pre>
<p>where the fields belonging to the Personal group/category would have -  let&#39;s say - light green background and fields in the Business group  would have light red background.</p>
<p>The difficulty is that there are lots of fields and I wouldn&#39;t want to give them background color on a one-by-one basis. And if there are groups then I could even use some collapse jQuery plugin to let the user to hide some of the groups.</p>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
]]></description>
        	        	<pubDate>Wed, 04 Apr 2012 17:42:54 +0300</pubDate>
        </item>
</channel>
</rss>