<?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: edit form sizes</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes</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/feature-request/edit-form-sizes/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dhoover on edit form sizes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3785</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3785</guid>
        	        	<description><![CDATA[<p>My bad. I have my grid set up to edit a row by clicking on the navbar icon or by double clicking on the row itself. I did not realize that I need to duplicate the properties for each specification. Sorry.</p>
]]></description>
        	        	<pubDate>Sun, 04 Jan 2009 09:58:49 +0200</pubDate>
        </item>
        <item>
        	<title>dhoover on edit form sizes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3784</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3784</guid>
        	        	<description><![CDATA[<p>Interesting. Seems to work and not work intermittently, even when I do a clear reload.</p>
]]></description>
        	        	<pubDate>Sun, 04 Jan 2009 09:38:44 +0200</pubDate>
        </item>
        <item>
        	<title>pkinsman on edit form sizes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3769</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3769</guid>
        	        	<description><![CDATA[<blockquote>
<p>dhoover said:</p>
<p>Thanks, I tried what you suggested (it actually covered several questions I have scattered about on the forum), but the navGrid options did not seem to do anything. The editoptions suggestion for setting the size of a text field does work. I&#39;m not sure waht I might be doing wrong, but isn&#39;t it possiible for the dialog to determines how big it should be on its own, based on what is being drawn inside it?</p>
<p>I only set the edit options, just to test it out, and used exactly what you specified in the context of my code:</p>
<p>}).navGrid(&#39;#pager2&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {edit:true,add:true,del:true},&#160;&#160;&#160;&#160;&#160;&#160; // options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {height: 400, top: 100, left: 100, reloadAfterSubmit: true, modal: true, checkInput: true},&#160;&#160;&#160; // edit options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {},&#160;&#160;&#160; // add options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {},&#160;&#160;&#160; // del options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}&#160;&#160;&#160;&#160; // search options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; );</p>
</blockquote>
<hr />
<p>I just tried this out and it works in Firefox and IE7 but not in IE6.</p>
]]></description>
        	        	<pubDate>Wed, 31 Dec 2008 12:54:18 +0200</pubDate>
        </item>
        <item>
        	<title>tony on edit form sizes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3734</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3734</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>We can use the auto property for the width or height, but there is a bug in jqDnR when we use a auto height. I have notified the author about this problem and hope that it will be corrected soon.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 29 Dec 2008 02:39:15 +0200</pubDate>
        </item>
        <item>
        	<title>dhoover on edit form sizes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3724</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3724</guid>
        	        	<description><![CDATA[<p>Thanks, I tried what you suggested (it actually covered several questions I have scattered about on the forum), but the navGrid options did not seem to do anything. The editoptions suggestion for setting the size of a text field does work. I&#39;m not sure waht I might be doing wrong, but isn&#39;t it possiible for the dialog to determines how big it should be on its own, based on what is being drawn inside it?</p>
<p>I only set the edit options, just to test it out, and used exactly what you specified in the context of my code:</p>
<p>}).navGrid(&#39;#pager2&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {edit:true,add:true,del:true},&#160;&#160;&#160;&#160;&#160;&#160; // options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {height: 400, top: 100, left: 100, reloadAfterSubmit: true, modal: true, checkInput: true},&#160;&#160;&#160; // edit options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {},&#160;&#160;&#160; // add options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {},&#160;&#160;&#160; // del options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}&#160;&#160;&#160;&#160; // search options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; );</p>
]]></description>
        	        	<pubDate>Sun, 28 Dec 2008 15:39:26 +0200</pubDate>
        </item>
        <item>
        	<title>MamaliFrenchi on edit form sizes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3723</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3723</guid>
        	        	<description><![CDATA[<p>for the edit form hight you must declare it at navGrid properties</p>
<p>$Grid.navGrid(&#39;#pager&#39;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; , { edit: true, add: true, del: true}//options</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; , { height: 400, top: 100, left: 100, reloadAfterSubmit: true, modal: true, checkInput: true} // edit options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; , { height: 280, reloadAfterSubmit: true} // add options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; , { reloadAfterSubmit: true} // del options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; , { top: 100, left: 100, sopt: [&#39;cn&#39;, &#39;bw&#39;, &#39;eq&#39;, &#39;ew&#39;]} // search options</p>
<p>);</p>
<p>unfortunately it cannot be set t0 &#39;100%&#39;.</p>
<p>as for Edit&#39;s fileds width, it&#39;s in editoptions: {size:20, maxlength: 25}</p>
]]></description>
        	        	<pubDate>Sun, 28 Dec 2008 13:49:15 +0200</pubDate>
        </item>
        <item>
        	<title>dhoover on edit form sizes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3722</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/edit-form-sizes#p3722</guid>
        	        	<description><![CDATA[<p>New here, so sorry if I am repeating something already requested (I did look). When the add/edit form is displayed, it appears that the overall dimensions and the widths of the text (and textarea) input fields are not configurable. Is that correct? I just added a few more columns to the page I am experimenting with and the modal dialog box was displayed with the buttons hidden because it was too short.</p>
]]></description>
        	        	<pubDate>Sun, 28 Dec 2008 10:42:15 +0200</pubDate>
        </item>
</channel>
</rss>