defines how a dragged item will look
grid.$dragHTML = function(obj, e){ return "Moving "+obj.text; }