Sure
I have 2 datagrids the top one will be populated full of data and the bottom one will be blank. I want the users to be able to select 5 10 or whatever amount of rows and drag them to the bottom grid.
I get how to get the selected indexes and loop over them etc to insert into the bottom grid my only problem is the listener that is selected all the rows as I drag down. If I make it only multiple I am really close except when I go to click to drag them down it unchecks the one I click to drag.
Thanks