piDogDataView.DataView.DragCells

Scope: Public
Event DragCells(drag as DragItem, cells() as Pair) As Boolean
Called when the user drags cells with cellSelectionMode=true
Modify drag to customize image/data
drag.PrivateRawData("cells") is XML representing the cells being dragged.
Return true to allow the drag.


//example to allow cells to be dragged

Return True //allow the drag