Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have 2 datagrids, and the way the standard dragging is implemented I don't know if it is easy to provide underneath feature:

I want to drag 1 datagrid row from the second DataGrid INTO a row from the first DataGrid. You can easily set-up a drag & drop functionality, but that seems to only work to place the row above or under a row in the other DataGrid.

When dragging is enabled, the row in the other DataGrid has to light up, and if the drag is finished by releasing the mouse, the row should be added INTO that row.

Is this somehow possible?

share|improve this question

1 Answer

You should take a look at this http://blog.flexexamples.com/2007/09/19/dragging-rows-between-two-different-flex-datagrid-controls/

Hope this help you out.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.