we have two grid components side by side.
we want to allow drag and drop within each grid to allow reordering of items but also allow rag and drop between the 2 grids to move items between them
row drag and drop works if AllowRowDragAndDrop is enabled
drag and drop between the 2 grids is enabled by setting Id and TargetId
is there any way to enable both so we can reorder items as well as move them between the 2 grids?