Hi, I wonder if anyone can give me some guidance on how to implement drag and drop on a Flexgrid? I want users to be able to Right Click on a cell and drag its contents to another cell.

I can do the detect of the right mouse click okay and know which cell I am over when I do that.

How do you detect the 'ondragstart' event?

How do you detect the 'drop' event?

How do you know which cell you are over when the drop occurs?

Is it possible to change the cursor while the dragging is happening?

Is it possible to highlight each cell as the mouse is dragged over it - so it is easy for the user to see where the 'drop' will occur?

Thanks for any help.