Hi,
I think I have found a problem with the drag and drop behavior.
I have implemented the drag and drop as explained in the documentation, but when I test with a touch screen, it doesn't work.
I think it's because only OnMouseDownLeft(MouseEventArgs e) function is overrided in RowSelectionGridBehavior class, but can't find a way to handle that.