<?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: Form Editing - Set Field Width?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/form-editing-set-field-width</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/form-editing-set-field-width/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Inara on Form Editing - Set Field Width?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/form-editing-set-field-width#p16033</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/form-editing-set-field-width#p16033</guid>
        	        	<description><![CDATA[<p>One further question: Is there any way to set the width for only the form mode and <em>not</em> the inline edit mode? I now have the issue of controls getting truncated in inline-edit mode when I&#39;m using a fixed-height grid and jqGrid tries to scrunch the columns to create space for a scroll-bar.</p>
</p>
<p>Thanks,</p>
<p>Alamei</p>
]]></description>
        	        	<pubDate>Tue, 30 Mar 2010 04:49:12 +0300</pubDate>
        </item>
        <item>
        	<title>Inara on Form Editing - Set Field Width?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/form-editing-set-field-width#p16004</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/form-editing-set-field-width#p16004</guid>
        	        	<description><![CDATA[<p>Aha! Thanks, lupin. I kept running searches for "width" in the documentation, never occured to me to search for "size."</p>
]]></description>
        	        	<pubDate>Sun, 28 Mar 2010 04:08:21 +0300</pubDate>
        </item>
        <item>
        	<title>lupin on Form Editing - Set Field Width?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/form-editing-set-field-width#p16002</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/form-editing-set-field-width#p16002</guid>
        	        	<description><![CDATA[<p>Set the editoptions on your col definition, such as:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6982' value='Select Code' data-codeid='sfcode6982' /></p>
<div class='sfcode' id='sfcode6982'>
<p>{name:&#39;qty&#39;,</p>
<p>index:&#39;quantity&#39;,</p>
<p>width:20,</p>
<p>sortable:true,</p>
<p>align:&#39;center&#39;,</p>
<p>edittype: &#39;text&#39;,</p>
<p>editable:true,</p>
<p>editoptions:{size:10},</p>
<p>formoptions:{label:&#39;Quantity&#39;}},</p>
</div>
<p>the edittype is default to &#39;text&#39; but I just added for clarity you can change it to any form field though.</p>
</p>
<p>HTH,</p>
<p>lupin</p></p>
]]></description>
        	        	<pubDate>Sun, 28 Mar 2010 04:25:23 +0300</pubDate>
        </item>
        <item>
        	<title>Inara on Form Editing - Set Field Width?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/form-editing-set-field-width#p16001</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/form-editing-set-field-width#p16001</guid>
        	        	<description><![CDATA[<p>Is there any way to set the width of text/textarea field in the form editor? I would prefer it if they would just carry over the widths from the initial colModel, but even a method of setting them manually would be fine for now. I looked through the documentation and didn&#39;t see anything, but wanted to pose the question here before putting it in the feature request forum.</p>
]]></description>
        	        	<pubDate>Sun, 28 Mar 2010 01:45:45 +0200</pubDate>
        </item>
</channel>
</rss>