<?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: In Edit Popup mouse are not working</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working</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/in-edit-popup-mouse-are-not-working/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>cage on In Edit Popup mouse are not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2617</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2617</guid>
        	        	<description><![CDATA[<p>Thank&#39;s Tony. All is well now.</p>
]]></description>
        	        	<pubDate>Mon, 20 Oct 2008 17:00:03 +0300</pubDate>
        </item>
        <item>
        	<title>shibaji on In Edit Popup mouse are not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2607</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2607</guid>
        	        	<description><![CDATA[<p>Thanks for guidance .Its working fine</p>
]]></description>
        	        	<pubDate>Mon, 20 Oct 2008 08:29:04 +0300</pubDate>
        </item>
        <item>
        	<title>tony on In Edit Popup mouse are not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2606</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2606</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I thinc the jqModal.css is not loaded. Ensure that it is loaded.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 20 Oct 2008 06:07:15 +0300</pubDate>
        </item>
        <item>
        	<title>cage on In Edit Popup mouse are not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2603</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2603</guid>
        	        	<description><![CDATA[<p>No better.</p>
<p>The dialog box doesn&#39;t accept mouse input (click).</p>
<p>Impossible to drag it.</p>
<p>It&#39;s ok with the keyword</p>
<p>Linux, Firefox 3.0.3, last Jqgrid</p>
<p>The code :</p>
<p>$(&#39;#gridEvents&#39;).jqGrid({</p>
<p>url: &#39;index.php?bnAction=131585&#39;</p>
<p>,rowNum: 100</p>
<p>,rowList: [25,50,75,100]</p>
<p>,imgpath: &#39;Bn/Style/Gridview/basic/images&#39;</p>
<p>,mtype: &#39;post&#39;</p>
<p>,datatype: &#39;json&#39;</p>
<p>,pager: $(&#39;#pagerGridgridEvents&#39;)</p>
<p>,height: 500</p>
<p>,caption: &#39;Tournois enregistr&#233;s&#39;</p>
<p>,colNames: [&#39;id&#39;,&#39;Date&#39;,&#39;Nom&#39;,&#39;Zone&#39;,&#39;Type&#39;,&#39;Visites&#39;, &#39;Action&#39;]</p>
<p>, colModel: [{name:&#39;1&#39;, sortable:false, hidden:true}</p>
<p>,{name:&#39;2&#39;, width:70, align:&#39;left&#39;, resizable:false}</p>
<p>,{name:&#39;3&#39;, width:400, align:&#39;left&#39;, resizable:false}</p>
<p>,{name:&#39;4&#39;, width:80, align:&#39;left&#39;, resizable:false}</p>
<p>,{name:&#39;5&#39;, width:80, align:&#39;right&#39;, resizable:false}</p>
<p>,{name:&#39;6&#39;, width:80, align:&#39;left&#39;, resizable:false}</p>
<p>,{name:&#39;act&#39;,index:&#39;act&#39;,sortable:false,editable:false,align:&#39;center&#39;,width:50}]</p>
<p>, loadComplete: function(){</p>
<p>var ids = jQuery(&#39;#gridEvents&#39;).getDataIDs();</p>
<p>for(var i=0;i&#60;ids.length;i++)</p>
<p>{</p>
<p>var id = ids[i];</p>
<p>del=&#39;&#60;img id="imgdel" width="16" height="16" src="Bn/Img/delete.png" alt="del" onclick="jQuery(&#38;quot;#gridEvents&#38;quot;).delGridRow(&#39;+id+&#39;, {url:&#38;quot;index.php?bnAction=131588&#38;quot;, top: 10, left: 10, modal: true, msg: &#38;quot;Supprimer les lignes sï¿½lectionnï¿½es ?&#38;quot;, caption: &#38;quot;Suppression&#38;quot;, bSubmit: &#38;quot;Supprimer&#38;quot;, bCancel: &#38;quot;Abandonner&#38;quot;});" /&#62;&#39;;</p>
<p>jQuery(&#39;#gridEvents&#39;).setRowData(id, {act:del});</p>
<p>}</p>
<p>}});</p>
<pre id="line27"><br />Thanks<br /></pre>
]]></description>
        	        	<pubDate>Sun, 19 Oct 2008 14:00:01 +0300</pubDate>
        </item>
        <item>
        	<title>tony on In Edit Popup mouse are not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2597</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2597</guid>
        	        	<description><![CDATA[<p><strong>@shibaji</strong></p>
<p>You have a error in the code, please check for unneeded comma in the</p>
<p>last item in colModel. Your grid will not work in IE.</p>
<p><strong>@cage </strong></p>
<p>This is the standart way of the delete box. You shuld creaate the delete</p>
<p>dialog with modal: true if you do not want this</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 19 Oct 2008 07:57:24 +0300</pubDate>
        </item>
        <item>
        	<title>cage on In Edit Popup mouse are not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2589</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2589</guid>
        	        	<description><![CDATA[<p>Hi, I have the same problem with the delete box.</p>
<p>The box appears at the top of the page and disappears as soon as !i click in the page.</p>
<p>The keyword works fine.</p>
</p>
<p>Help needed</p>
</p>
<p>Thanks</p>
<p>Gerard</p>
]]></description>
        	        	<pubDate>Sun, 19 Oct 2008 04:04:32 +0300</pubDate>
        </item>
        <item>
        	<title>shibaji on In Edit Popup mouse are not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2586</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/in-edit-popup-mouse-are-not-working#p2586</guid>
        	        	<description><![CDATA[<p>Hi</p>
<p>when i click edit nav bar ,a pop up open when i click on any text box,checkbox the popup close but when i use keyboard its working fine</p>
<p>jQuery(document).ready(function(){ </p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; jQuery(&#8221;#editgrid&#8221;).jqGrid({&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; url:&#39;a.jsp?q=1&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; datatype: &#8220;xml&#8221;, <br />&#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;Select&#39;,&#39;UserID&#39;,&#39;First Name&#39;, &#39;Last Name&#39;, &#39;User Created Date&#39;,&#39;User Created By&#39;,&#39;Last Modification Date&#39;,&#39;Password&#39;,&#39;Status&#39;],<br />&#160;&#160; &#160;&#160;&#160; colModel:[<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;id&#39;,index:&#39;id&#39;, width:55,editable:false,editoptions:{readonly:true,size:10}},<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;uid&#39;,index:&#39;uid&#39;, width:55,editable:true,editoptions:{size:10}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;uname&#39;,index:&#39;uname&#39;, width:80,editable:true,editoptions:{size:25}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;lname&#39;,index:&#39;lname&#39;, width:90,editable:true,editoptions:{size:25}},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;ucreatedate&#39;,index:&#39;ucreatedate&#39;, width:60,sortable:true, align:"right",editable:true,editoptions:{size:10}},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;ucreatedby&#39;,index:&#39;ucreatedby&#39;, width:60, align:"right",editable:true,editoptions:{size:10}},&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;ldate&#39;,index:&#39;ldate&#39;, width:60,align:"right",editable:true,editoptions:{size:10}},<br />&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;pass&#39;,index:&#39;pass&#39;, width:60,align:"right",editable:true,edittype:"password",editoptions:{size:10}},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;status&#39;,index:&#39;status&#39;, width:100, sortable:false,editable: true,edittype:"select",editoptions:{value:"Active:Active;InActive:InActive"}},<br />&#160;&#160; &#160;&#160;&#160; ],<br />&#160;&#160; &#160;&#160;&#160; rowNum:6,<br />&#160;&#160; &#160;&#160;&#160; rowList:[6,12,15],<br />&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160; &#160;&#160;&#160; pager: jQuery(&#39;#pagered&#39;),<br />&#160;&#160;&#160; imgpath: &#39;themes/basic/images&#39;,<br />&#160;&#160;&#160; sortname: &#39;id&#39;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; sortorder: &#8220;desc&#8221;,<br />&#160;&#160;&#160; caption:&#8221;GRID&#8221;,<br />&#160;&#160;&#160; editurl:&#8221;edit.jsp&#8221; <br />&#160;&#160;&#160; }); <br />&#160;&#160;&#160; jQuery(&#8221;#editgrid&#8221;).navGrid(&#39;#pagered&#39;,<br />&#160;&#160;&#160; {}, //options<br />&#160;&#160;&#160; {height:280,reloadAfterSubmit:false, url:&#8221;edit.jsp?yes=1&#8243; }, // edit options<br />&#160;&#160;&#160; {height:280,reloadAfterSubmit:true,url:&#8221;edit.jsp?yes=2&#8243;}, // add options<br />&#160;&#160;&#160; {reloadAfterSubmit:true,url:&#8221;edit.jsp?yes=3&#8243;}, // del options<br />&#160;&#160;&#160; {} // search options<br />);&#160;&#160;&#160;</p>
</p>
<p>&#60;table id=&#8221;editgrid&#8221; class=&#8221;scroll&#8221; cellpadding=&#8221;0&#8243; cellspacing=&#8221;0&#8243; width=&#8221;100%&#8221;&#62;&#60;/table&#62;<br />&#60;div id=&#8221;pagered&#8221; class=&#8221;scroll&#8221; style=&#8221;text-align:center;&#8221;&#62;&#60;/div&#62;</p>
</p>
<p>please help me as soon as possible</p>
]]></description>
        	        	<pubDate>Sat, 18 Oct 2008 05:25:37 +0300</pubDate>
        </item>
</channel>
</rss>