<?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: jqGrid Issue - editgridrow with scroll bars</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-issue-editgridrow-with-scroll-bars</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/jqgrid-issue-editgridrow-with-scroll-bars/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>mbv401920150 on jqGrid Issue - editgridrow with scroll bars</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-issue-editgridrow-with-scroll-bars#p22658</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-issue-editgridrow-with-scroll-bars#p22658</guid>
        	        	<description><![CDATA[<p>Searching I found the solution of this kind of issues.</p>
<p>Here is the same page, but, with the correct layout:</p>
<p><a rel="nofollow" href="https://picasaweb.google.com/100470218423753226450/Apps#5590737287949556610" target="_blank">https://picasaweb.google.com/100470218423753226450/Apps#5590737287949556610</a></p>
<p>And here is the old code:</p>
<pre class="default prettyprint"><p><input type='button' class='sfcodeselect' name='sfselectit5777' value='Select Code' data-codeid='sfcode5777' /></p><div class='sfcode' id='sfcode5777'>jQuery("#grid").navGrid("#pager",<br />&#160; &#160; &#160; &#160; { edit: false, add: false, del: false, refresh: false, search: false }, // Options<br />&#160; &#160; &#160; &#160; {height: 280, width: 650, jqModal: false, closeOnEscape: true }, // Edit options<br />&#160; &#160; &#160; &#160; {height: 280, width: 650, jqModal: false, closeOnEscape: true }, // Add options<br />&#160; &#160; &#160; &#160; {}, // Delete options<br />&#160; &#160; &#160; &#160; {}, // Search options<br />&#160; &#160; &#160; &#160; {} // View options<br />&#160; &#160; );<br /></div></pre>
<p>Now, this is the code to correct the problem:</p>
<pre class="default prettyprint"><p><input type='button' class='sfcodeselect' name='sfselectit6543' value='Select Code' data-codeid='sfcode6543' /></p><div class='sfcode' id='sfcode6543'>jQuery("#grid").navGrid("#pager",<br />&#160; &#160; &#160; &#160; { edit: false, add: false, del: false, refresh: false, search: false }, // Options<br />&#160; &#160; &#160; &#160; {dataheight: 200, height: 290, width: 650, jqModal: false, closeOnEscape: true }, // Edit options<br />&#160; &#160; &#160; &#160; {dataheight: 200, height: 290, width: 650, jqModal: false, closeOnEscape: true }, // Add options<br />&#160; &#160; &#160; &#160; {}, // Delete options<br />&#160; &#160; &#160; &#160; {}, // Search options<br />&#160; &#160; &#160; &#160; {} // View options<br />&#160; &#160; );<br /></div></pre>
<p>Exist a property inside the jqgrid that specify the height for the editing controls. It&#39;s simple 😉</p>
]]></description>
        	        	<pubDate>Sat, 02 Apr 2011 01:04:24 +0300</pubDate>
        </item>
        <item>
        	<title>mbv401920150 on jqGrid Issue - editgridrow with scroll bars</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-issue-editgridrow-with-scroll-bars#p22654</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-issue-editgridrow-with-scroll-bars#p22654</guid>
        	        	<description><![CDATA[<p>Hi everyone!</p>
</p>
<p>I have a little problem with an implementation of the jqGrid in my Web Page.</p>
<p>In a grid a have a lot of columns (10+), and when I want set all these columns to edit and display the edit form, don&#39;t display me all.</p>
<p>I want to know if exist a way to set in the edit form an option to set the vertical and horizontal scrollbars.</p>
</p>
<p>Here is the example of the issue:</p>
</p>
<p>[Image Can Not Be Found]</p>
<p>Here is the link of the image:</p>
<p><a href="https://picasaweb.google.com/100470218423753226450/Apps#5590653711397752274" target="_blank">https://picasaweb.google.com/100470218423753226450/Apps#5590653711397752274</a></p>
</p>
<p>Thanks a lot for your response!</p>
]]></description>
        	        	<pubDate>Fri, 01 Apr 2011 19:32:57 +0300</pubDate>
        </item>
</channel>
</rss>