Unanswered: Custom Drag and Drop Behavior for Grid
Unanswered: Custom Drag and Drop Behavior for Grid
I'd like to have following drag & drop behavior for grid - the user shouldn't be able to drop an element while it's not precisely over a row. Default plugin allows to drop an element while it's anywhere over the grid. So, is it possible to configure default plugin to behave this way or do I need to implement custom drag & drop plugin? If the second is the case, what exactly do I need to implement to achive such behavior (only custom DropZone or maybe something else)?