The documentation hints that you can, for example, change the mouse cursor during a drag operation in the OnClientNodeDragging event depending on if the cursor is over a valid or invalid drop location, and shows how to get the X/Y coordinates of the cursor.
But, does anyone have an example of how you could translate the X/Y into an actual html element or control, to determine if the current location is valid or not?
But, does anyone have an example of how you could translate the X/Y into an actual html element or control, to determine if the current location is valid or not?