<?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: jquery ui dialog (modal) + jqgrid = unclickable textboxes</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jquery-ui-dialog-modal-jqgrid-unclickable-textboxes</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/jquery-ui-dialog-modal-jqgrid-unclickable-textboxes/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>callistus on jquery ui dialog (modal) + jqgrid = unclickable textboxes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jquery-ui-dialog-modal-jqgrid-unclickable-textboxes#p18261</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jquery-ui-dialog-modal-jqgrid-unclickable-textboxes#p18261</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have the same issue with the virtual scrolling grid.&#160; It&#39;s not usable in jQuery UI modal dialog.&#160; I cannot type on the filter&#39;s input text field.&#160; Also, after clicking "Find" the grid fails to load and the "Loading" loading keep showing.&#160; The "Reset" won&#39;t work either.&#160; Here is some code.</p>
<p>Please help.&#160; It seems the grid will only work on a page, not on a layered dialog like the jQuery one.</p>
<p>Thanks,</p>
<p>Callistus</p>
</p>
<p>&#60;div id="dialog"&#62;<br />&#160;&#160;&#160; &#60;table id="scroll37"&#62;&#60;/table&#62;<br />&#160;&#160;&#160; &#60;div id="pscroll37" &#62;&#60;/div&#62; <br />&#60;/div&#62;</p>
<p>$("#dialog").dialog({<br />&#160;&#160; &#160;autoOpen: false,<br />&#160;&#160; &#160;height: 450,<br />&#160;&#160; &#160;width: 700,<br />&#160;&#160; &#160;modal: true,<br />&#160;&#160; &#160;buttons: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#39;Create an account&#39;: function() {<br />&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;Cancel: function() {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(this).dialog(&#39;close&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;},<br />&#160;&#160; &#160;close: function() {<br />&#160;&#160; &#160;}<br />})<br />.dialog(&#39;open&#39;);</p>
<p>var gridData = &#39;{"page":"1","total":3,"records":"10","rows":[{"id":"1","cell":["1","Lorem","575878"]},{"id":"2","cell":["2","Lorem","857450"]},{"id":"3","cell":["3","ipsum","292404"]},{"id":"4","cell":["4","dolor","814131"]},{"id":"5","cell":["5","sit","962077"]},{"id":"6","cell":["6","amet,","549801"]},{"id":"7","cell":["7","sed","166822"]},{"id":"8","cell":["8","in","616758"]},{"id":"9","cell":["9","id","550799"]},{"id":"10","cell":["10","dictum","763004"]}]}&#39;;</p>
<p>$(&#39;#scroll37&#39;).jqGrid({ <br />&#160;&#160; &#160;datatype: "jsonstring",<br />&#160;&#160; &#160;datastr: gridData, <br />&#160;&#160; &#160;height: 255, <br />&#160;&#160; &#160;width: 750,<br />&#160;&#160; &#160;colNames: [&#39;Index&#39;,&#39;Name&#39;, &#39;Code&#39;], &#160;<br />&#160;&#160; &#160;colModel: [ {name:&#39;item_id&#39;,index:&#39;item_id&#39;, width:65, sorttype:&#39;int&#39;}, {name:&#39;item&#39;,index:&#39;item&#39;, width:150}, {name:&#39;item_cd&#39;,index:&#39;item_cd&#39;, width:100} ], <br />&#160;&#160; &#160;rowNum:50, <br />&#160;&#160; &#160;rowTotal: 2000, <br />&#160;&#160; &#160;rowList : [20,30,50], <br />&#160;&#160; &#160;scroll:1, <br />&#160;&#160; &#160;loadonce:true, <br />&#160;&#160; &#160;mtype: "GET", <br />&#160;&#160; &#160;rownumbers: false, <br />&#160;&#160; &#160;rownumWidth: 40, <br />&#160;&#160; &#160;gridview: true, <br />&#160;&#160; &#160;pager: &#39;#pscroll37&#39;, <br />&#160;&#160; &#160;sortname: &#39;item_id&#39;, <br />&#160;&#160; &#160;viewrecords: true, <br />&#160;&#160; &#160;sortorder: "asc",<br />&#160;&#160; &#160;modal: false});&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;</p>
<p>$(&#39;#scroll37&#39;).jqGrid(&#39;navGrid&#39;,&#39;#pscroll37&#39;,{del:false,add:false,edit:false},{},{},{},{multipleSearch:true});</p>
]]></description>
        	        	<pubDate>Tue, 29 Jun 2010 07:13:39 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jquery ui dialog (modal) + jqgrid = unclickable textboxes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jquery-ui-dialog-modal-jqgrid-unclickable-textboxes#p18076</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jquery-ui-dialog-modal-jqgrid-unclickable-textboxes#p18076</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could you please post your code or better send a link to the problem.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 20 Jun 2010 12:14:04 +0300</pubDate>
        </item>
        <item>
        	<title>michaelg on jquery ui dialog (modal) + jqgrid = unclickable textboxes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jquery-ui-dialog-modal-jqgrid-unclickable-textboxes#p17987</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jquery-ui-dialog-modal-jqgrid-unclickable-textboxes#p17987</guid>
        	        	<description><![CDATA[<p>Hi everyone,</p>
</p>
<p>I&#39;m hoping someone can help me with this issue, its driving me nuts <img class="spSmiley" style="margin:0" title="Frown" src="/blog/wp-content/forum-smileys/sf-frown.gif" alt="Frown" /></p>
<p>I have a jqgrid inside a jquery ui dialog (modal: true).&#160; When i open the edit form i cannot click inside the textboxes - they seem to be locked or have an invisible element over them perhaps.</p>
<p>Has anyone come across this before?&#160; Ive searched the forum, and the only solution that I could find was to make it non-modal - which i&#39;d rather not do (in my case it makes sense for the dialog to be modal)</p>
<p>Thanks,</p>
<p>Michael</p>
]]></description>
        	        	<pubDate>Thu, 17 Jun 2010 06:50:06 +0300</pubDate>
        </item>
</channel>
</rss>