Categories | Question details Back To List | ||
on Drop element style Hi Team, In drag and drop, I am dragging items from grid to tree node.When I drag rows on tree node the tree node style is getting disable.I am able to see only blank space there and dragged item box over it. Is there any way to keep it is as it was before drop? I mean set the style of tree node onmouseover of dragged items cursor. I am using tree.attachEvent("onDrag",function()); event to send the request after that. Thanks, -Agile Answer posted by Support on Nov 13, 2008 07:46 When drag moved other potential drop area, it assigns the "dragAndDropRow" on tree item ( defined in dhtmlxtree.css ) You can redefine mentioned css rule, or just remove it from the css file. |