fires when the drag operation starts
grid.attachEvent("onBeforeDrag", function(id){ //your code here });
The event can be blocked - return false to block the row's dragging