<?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: My edit form is not draggable and resizable</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/my-edit-form-is-not-draggable-and-resizable</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/my-edit-form-is-not-draggable-and-resizable/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on My edit form is not draggable and resizable</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-edit-form-is-not-draggable-and-resizable#p14932</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-edit-form-is-not-draggable-and-resizable#p14932</guid>
        	        	<description><![CDATA[<p>Hi, phamtranquocviet!</p>
</p>
<p>The error is probably in the part of you code, which you not describe here. In my code, for example, everything works OK. If you prepare a small html/javascript code without any server code (you can set datatype to &#39;local&#39; or &#39;clientSide&#39; and fill table with at least one row of test data with respect of addRowData). So one could be easy localize and fix you problem.</p>
</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Thu, 18 Feb 2010 13:36:43 +0200</pubDate>
        </item>
        <item>
        	<title>phamtranquocviet on My edit form is not draggable and resizable</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-edit-form-is-not-draggable-and-resizable#p14923</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-edit-form-is-not-draggable-and-resizable#p14923</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>I selected all components and downloaded 3.6.4, and it still does not work. When I switched back to jquery 1.3.x, it works. Thanks.</p>
]]></description>
        	        	<pubDate>Thu, 18 Feb 2010 05:37:34 +0200</pubDate>
        </item>
        <item>
        	<title>tony on My edit form is not draggable and resizable</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-edit-form-is-not-draggable-and-resizable#p14878</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-edit-form-is-not-draggable-and-resizable#p14878</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>If you use jQuery 1.4. there please use 3.6.4 version where this bug is fixed.</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 17 Feb 2010 12:27:31 +0200</pubDate>
        </item>
        <item>
        	<title>phamtranquocviet on My edit form is not draggable and resizable</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-edit-form-is-not-draggable-and-resizable#p14787</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-edit-form-is-not-draggable-and-resizable#p14787</guid>
        	        	<description><![CDATA[<p>Hi Oleg,</p>
<p>Thanks for your response.</p>
<p>For some reason, I missed posting the css section in the question. However, I did have it in my codes. I took your advice and added multiselect js and css files. Still not working. Here is my entire &#60;head&#62; section:</p>
<p>&#160;&#160;&#160; &#60;head&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel=&#39;stylesheet&#39; type=&#39;text/css&#39; href=&#39;css/Core.css&#39;/&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel=&#39;stylesheet&#39; type=&#39;text/css&#39; href=&#39;css/main/Ddm.css&#39;/&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel=&#39;stylesheet&#39; type=&#39;text/css&#39; href=&#39;css/theme/redmond/ui.all.css&#39;/&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel=&#39;stylesheet&#39; type=&#39;text/css&#39; href=&#39;css/theme/redmond/jquery-ui.css&#39;/&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" href="css/theme/my-ui.css"/&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" href="css/grid/ui.jqgrid.css"/&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" href="js/jquery/multiselect/css/common.css"/&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" href="js/jquery/multiselect/css/ui.multiselect.css"/&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" href="css/admin/Training.css"/&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" href="css/admin/Admin.css"/&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jquery.min.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jquery.multi-ddm.min.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jquery-ui.min.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/grid/i18n/grid.locale-en.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/grid/jquery.jqGrid.min.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jquery.layout.min.js&#39;&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/multiselect/js/ui.multiselect.js&#39;&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jqDnR.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jqModal.js&#39;&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/Core.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/admin/Admin.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;/head&#62;</p>
<p>Thanks for any further response.</p>
]]></description>
        	        	<pubDate>Sat, 13 Feb 2010 17:58:03 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on My edit form is not draggable and resizable</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-edit-form-is-not-draggable-and-resizable#p14786</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-edit-form-is-not-draggable-and-resizable#p14786</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>there is no css included in your code fragment. Verify, that you have following css included:</p>
<ol>
<li>jQueryUI-css coresponds used jQueryUI version and theme. For example, "themes/redmond/jquery-ui-1.7.2.custom.css"</li>
<li>jqGrid css like "ui.jqgrid.css"</li>
<li>optional, if you use searching possibilities of jqGrid, include "jquery.searchFilter.css"</li>
<li>optional, if you use possibilities like &#39;gridResize&#39; etc.: "ui.multiselect.css"</li>
</ol>
<p>moreover, because you use &#39;gridResize&#39; feature, you have to include "ui.multiselect.js". If you use searching possibilities of jqGrid, include "jquery.searchFilter.js" also.</p>
</p>
<p>Best regards</p>
<p>Oleg</p>
]]></description>
        	        	<pubDate>Sat, 13 Feb 2010 16:03:32 +0200</pubDate>
        </item>
        <item>
        	<title>phamtranquocviet on My edit form is not draggable and resizable</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-edit-form-is-not-draggable-and-resizable#p14782</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-edit-form-is-not-draggable-and-resizable#p14782</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>My edit form is neither draggable nor resizable. Here are my includes:</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jquery.min.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jquery.multi-ddm.min.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/<strong>jquery-ui.min.js</strong>&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/grid/i18n/grid.locale-en.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/grid/jquery.jqGrid.min.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jquery.layout.min.js&#39;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jqDnR.js&#39;&#62;&#60;/script&#62; <strong>&#60;===== including this does not work either</strong></p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#39;text/javascript&#39; src=&#39;js/jquery/jqModal.js&#39;&#62;&#60;/script&#62; <strong>&#60;===== including this does not work either</strong></p>
<p>and <strong>here is my js:</strong></p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; ).jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;, {},&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {height:400, width:280, reloadAfterSubmit:true, closeAfterEdit:true, mtype:&#39;post&#39;, drag:true, resize:true, modal:true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onInitializeForm:function(formid)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#EffDate&#39;, formid).datepicker({dateFormat:&#39;m/dd/yy&#39;});<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#ExprDate&#39;, formid).datepicker({dateFormat:&#39;m/dd/yy&#39;});<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#RecDate&#39;, formid).datepicker({dateFormat:&#39;m/dd/yy&#39;});<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }/*edit options*/,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {height:380, width:280, reloadAfterSubmit:true, closeAfterAdd:true, mtype:&#39;post&#39;}/*add options*/,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {reloadAfterSubmit:true}/*del options*/)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; .jqGrid(&#39;gridResize&#39;,{minWidth:550, maxWidth:1800, minHeight:80, maxHeight:350});</p>
<p><strong>I downloaded everything. However, to make sure my jquery-ui.min.js does have draggable and resizable, I issued this command "grep &#39;draggable&#39; jquery-ui.min.js" It shows the word draggable.<br /></strong></p>
<p>What am I missing? Thanks.</p>
]]></description>
        	        	<pubDate>Sat, 13 Feb 2010 09:21:16 +0200</pubDate>
        </item>
</channel>
</rss>