I want to implement Drag and Drop within same xamGrid on Records.
Basically i want to rearrage the records.
how to do that ? pls suggest.
Thanks,
Jigar
Thanks for replying.
I am not getting data in drop event which i have inserted during drag enter event.
'DragDrop.DoDragDrop(e.Source, e.Data, DragDropEffects.Move)
DragDrop.DoDragDrop(e.Source, dataObject, DragDropEffects.Move)
End Sub
Now data is set.
But whenever i am trying to fetch this i am not getting.
Here currentRecord is nothing. So what to do for that ?
Pls suggest.