Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
DragDropBehavior if Ctrl Key is pressed
posted

I'm using DragDropBehavior in a WebDataGrid for each row in this, I need multiple row selection for some other things, but the DragDropBehavior dosen't let me select multiple rows because once I click in a row and move the mouse to make my selection the DragDropBehavior is fire.

The problem is that I need both so I was looking for a solution to this and I look for a way to change the way the DragDropBehavior is fire, like press Ctrl Key to fire it or some other key and let the click or mousedown for selection behavior

Is a way to do this?