Oct 01, 2012, 1:56 PM
[CLOSED] Drag and Drop between grids, knowing the row upon which dragged item was dropped
I'm implementing drag and drop of a row from one grid to another. All of the examples simply take the dragged row and add it to the data source of the dropped row. In my situation, I need to know upon what row the dragged item was dropped to update/create a relationship between the two. With the dragged row it's easy because the row is selected but the dropping action doesn't seem to select rows in the "droppee" grid. Are there examples out there of how to implement this?
Thanks,
Robb
Thanks,
Robb
Last edited by Daniil; Oct 04, 2012 at 7:20 PM.
Reason: [CLOSED]