$dropAllow
can be redefined, if you need custom drop rules
let $dropAllow: function
Example
Section titled “Example”mygrid.$dropAllow = function(context, e){ //context - drag context return true;};
also check the next samples:
See also
Section titled “See also”Articles