<?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 autocomplete visible behind edit form</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-autocomplete-visible-behind-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/discussion/jqgrid-autocomplete-visible-behind-edit-form/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqgrid autocomplete visible behind edit form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-autocomplete-visible-behind-edit-form#p30480</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-autocomplete-visible-behind-edit-form#p30480</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>You will need to increase the zIndex of autocomplete to some higger value like 1500 or 2000</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 10 Apr 2014 12:30:09 +0300</pubDate>
        </item>
        <item>
        	<title>kartik jajal on jqgrid autocomplete visible behind edit form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-autocomplete-visible-behind-edit-form#p30469</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/jqgrid-autocomplete-visible-behind-edit-form#p30469</guid>
        	        	<description><![CDATA[<p><strong>Hello ,</strong></p>
<p>I am trying to implement jqgrid with autocomplete in one of its  column. But I have very strange problem, auto-complete list is shown  below the jqgird edit form.</p>
<p>I have included following jquery js file.</p>
<pre class="default prettyprint prettyprinted"><p><input type='button' class='sfcodeselect' name='sfselectit5083' value='Select Code' data-codeid='sfcode5083' /></p><div class='sfcode' id='sfcode5083'>1. jquery-ui-1.10.4.custom.min.js
2. jquery.ui.core.js
3. jquery.ui.widget.js
4. jquery.ui.position.js
5. jquery.ui.menu.js
6. jquery.ui.autocomplete.js</div></pre>
<p>following jqgrid js file.</p>
<pre class="default prettyprint prettyprinted"><p><input type='button' class='sfcodeselect' name='sfselectit4052' value='Select Code' data-codeid='sfcode4052' /></p><div class='sfcode' id='sfcode4052'>1. grid.locale-en.js
2. jquery.jqGrid.min.js
3. grid.common.js
4. jqModal.js
5. jqDnR.js
6. grid.formedit.js</div></pre>
<p>Following jqgrid css file.</p>
<blockquote>
<ol>
<li>ui.jqgrid.css</li>
</ol>
</blockquote>
<p>Following jquery css file.</p>
<pre class="default prettyprint prettyprinted"><p><input type='button' class='sfcodeselect' name='sfselectit2586' value='Select Code' data-codeid='sfcode2586' /></p><div class='sfcode' id='sfcode2586'>1. jquery-ui-1.10.4.custom.css
2. demos.css
3. jquery.ui.all.css</div></pre>
<p>Following code to implement jqgrid colModel.</p>
<pre class="default prettyprint prettyprinted"><p><input type='button' class='sfcodeselect' name='sfselectit3151' value='Select Code' data-codeid='sfcode3151' /></p><div class='sfcode' id='sfcode3151'> colNames:[&#39;Id&#39;, &#39;First Name&#39;, &#39;Last Name&#39;],
 colModel:[
       {name:&#39;id&#39;,index:&#39;id&#39;, width:55,editable:false,editoptions:readonly:true,size:10},hidden:true},
       {name:&#39;firstname&#39;,index:&#39;lastname&#39;, width:100,editable:true,edittype:&#39;text&#39;,
           editoptions: {
                dataInit: function (elem) {
                    myAutocomplete(elem, "${pageContext.servletContext.contextPath}/grid/autocomplete.action");
                }
         }},
       {name:&#39;lastname&#39;,index:&#39;firstname&#39;, width:100,editable:true, editrules:{required:true}, editoptions:{size:10}}
          ],<br /><br /><br /><p>Here autocomplete works fine, it lists all the username but it shows behind the editForm on jqgrid. Please suggest a solution.</p>
<p>Thanks &#38; Regards,</p>
<p>Kartik Jajal</p></div></pre>
]]></description>
        	        	<pubDate>Wed, 09 Apr 2014 10:54:54 +0300</pubDate>
        </item>
</channel>
</rss>