<?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: draggable grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/draggable-grid</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/draggable-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>fred55 on draggable grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/draggable-grid#p24539</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/draggable-grid#p24539</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am new to JQuery and I&#160;am trying to create my grid draggable (moveable) just like forms used in JQGrid such as Add, etc. I have read&#160;in the forums how to do it but I always get "<strong><span style="color: #99cc00;">Object does not support this property or method</span></strong>" in:</p>
<p><span style="color: #0000ff;">jQuery(gboxNode).draggable( {handle:"div.ui-jqgrid-titlebar"} ); </span></p>
<p>I have tried placing this code in different locations but always get same error. I believe the problem is a missing .js but which one I don&#39;t know.</p>
<p>I also tried <strong><em>var gboxNode = jQuery("#list")[0].parentNode.parentNode.parentNode.parentNode; </em></strong>&#38; different variations with no luck.</p>
<p>Please see part of my code below.</p>
</p>
<p>Thanks,</p>
<p>...<br />&#60;head&#62;<br />&#60;script src="js/jquery-1.5.2.min.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="js/i18n/grid.locale-en.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="js/jquery.jqGrid.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript"&#62;</p>
<p>&#160;$(function(){ &#160;&#160;&#160;&#160;//$( = $(document).ready(&#160; &#38; $().ready(<br />&#160;&#160;...<br />&#160;&#160;loadComplete: function(){<br />&#160;&#160;&#160;<strong><em><span style="color: #0000ff;">var gboxNode = jQuery("#list")[0]; // .parentNode.parentNode.parentNode.parentNode;<br />&#160;&#160;&#160;jQuery(gboxNode).draggable( {handle:"div.ui-jqgrid-titlebar"} ); <br /></span></em></strong>&#160;&#160;}<br />&#160;&#160;...<br />&#160;})<br />&#60;/script&#62;<br />&#60;/head&#62;&#160;<br />&#60;body&#62;<br />&#160;&#160;&#60;table id="list" class=&#39;scroll&#39;&#62;&#60;tr&#62;&#60;td/&#62;&#60;/tr&#62;&#60;/table&#62; <br />&#160;&#160;&#60;div id="pager" style=&#39;background:cyan&#39;&#62;&#60;/div&#62;<br />&#60;/body&#62;</p>
]]></description>
        	        	<pubDate>Tue, 06 Sep 2011 21:00:10 +0300</pubDate>
        </item>
</channel>
</rss>