Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 07, 2007 10:47
open dhtmlx forum
When we drag an item from right tree to left tree, target tree item does not highlight....

When we drag an item from right tree to left tree, target tree item does not highlight.
Answer posted on Mar 07, 2007 10:48

By default the target item in drag-n-drop process is highlighted in target tree. You can check the sample at http://scbr.com/docs/products/dhtmlxTree/index.shtml" title="http://scbr.com/docs/products/dhtmlxTree/index.shtml">http://scbr.com/docs/products/dhtmlxTree/index.shtml

Drop target is not highlighted only if drag-n-drop to this node is not allowed. ( drag item on its child ))

You can miss highlighting in next cases:

a) Missed dhtmlxtree.css

b) Using "sibling" drag mode ( in such case another visual mark appears)

c) setting custom dragIn handler which blocks drag-n-drop

d) some rare situation, when items in both tree has the same ID
Answer posted by Darya (Support) on Dec 01, 2014 12:19

Not much can be said in addition to the reply above, but you also can check ganntt chart and google calendar scheduler and find out what we have probably missed in our explanation.