Is it possible to drag node from Tree to treegrid? If Yes, please send me the sample.
I am using v.1.5 and wont be able to upgrade the version.
Thanks
Robin
Yes it possible to drag items from tree to treegrid and back , just enable drag-and-drop on both components. This will be enough, you need not to use any additional commands
An error which says “Object doesnt support method or property”
below is the code I am using, please let me know whats wrong it it? Or am I using old version code here
<script src=“dhtmlx/dhtmlxcommon.js”>
<script src=“dhtmlx/dhtmlxgrid.js”>
<script src=“dhtmlx/dhtmlxgridcell.js”>
<script src=“dhtmlx/dhtmlxtreegrid.js”>
<script src=“dhtmlx/ext/dhtmlxgrid_start.js”>
<script src=“dhtmlx/ext/dhtmlxgrid_hmenu.js”>
<script src=“dhtmlx/ext/dhtmlxtreegrid_lines.js”>
<script src=“dhtmlx/ext/dhtmlxgrid_nxml.js”>
<script src=“dhtmlx/ext/dhtmlxgrid_pgn.js”>
Probably dhtmlxgrid_drag.js is missed…