Skip to content

$dropAllow

can be redefined, if you need custom drop rules

let $dropAllow: function
mygrid.$dropAllow = function(context, e){
//context - drag context
return true;
};

also check the next samples:

Articles