I've implemented drag and drop between two RadGridViews using RadGridViewDragDropService.
This works well, but I can't get Auto Scrolling to work when dragging from one gridview to another. It does work if I drag within the same gridview.
I do have AllowAutoScrollRowsWhileDragging set to true.
What could I be doing wrong?