Hi
I am trying to determine the target row under the mouse on a drag and drop operation between 2 grids. In previous posts it implies that
GridViewRowItem rowItem = e.Options.Destination as GridViewRowItem;
should work. However, I seem to always get the grid as the destination and never a row. I feel I am missing something here.
Thanks
Russell Mason
I am trying to determine the target row under the mouse on a drag and drop operation between 2 grids. In previous posts it implies that
GridViewRowItem rowItem = e.Options.Destination as GridViewRowItem;
should work. However, I seem to always get the grid as the destination and never a row. I feel I am missing something here.
Thanks
Russell Mason