Hi there Im hoping someone here can help me. I have encountered an obstacle in the project I am working on at the minute. I currently have a datagrid which is populated by an array collection of VOs. I want to be able to drag a column from the datagrid into a leaf node of a tree. When the drag is complete I want to pass an integer from the VO along with the id of the node which I am dropping the VO on into an event.
My Problem is I cant seem to get the DragDrop event to fire! I've got the DragEnter and DragOver Events working but i can seem to get the tree to respond to or be receptive to my VO. Has anyone got any advice? Maybe a link to a good tutorial. I have looked myself but couldn't find one that would help me. All help will be much appreciated. Dave

