Hello

I tried out to drag and drop an item from one DataGrid component to
another DataGrid component. That works really fine.
But I do not want to have a second DataGrid but a custom component which
displays the data that is dropped into it in another form.

For testing purposes I´ve set for the second DataGrid (the dropTarget)
the function for "dragEnter" and wrote an Event Handler Function.
In this function I access the event object "DragEvent" and get the
"DragSource" object.

What I want to get now is the data within this "DragSource" object from
the item I am dragging. The documentation (LiveDocs) says something
about an IDataProvider Interface but I cannot find it anywhere in the
LiveDocs.

Normally I guess I would access the data when the item was dropped
through my container component. But I just want to access the data of
the dragged item before I create a new graphical representation/widget
with the data in it. So I want to get the data within my "Drop Event
Handler" function. I thought I can do this through this "DragSource"
object...

Thanks for any suggestions on this.

Dennis


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to