onDrop row index

Is there a way to specify the index of the dropped row when dragging from one grid to another? More specifically, is there a way to add the dropped row to the bottom of the grid rather than the top if I drag into the space where no row exists. Also, if a row is dragged from one grid to another and dropped on top of an existing row, can I force it to add above the existing row instead of below?

Thanks!

Try to use:
mygrid.setDragBehavior(“complex”);

While that does add some unique features, it does not get around the problem of dragging into the space where no rows exist.

Unfortunately the issue cannot be reconstructed.
with “complex” drag behavior in case of dropping the row in the empty area below the grid row drops on the last position.
If issue still occurs - please provide any kind of sample to reconstruct the issue.