I tried to implement drag and drop for my grid and it was completely unstable. I believe this is due to something I did, like having logic in the mouseup event.
An example of how it would fail is that I could drag a row and it would not drop and reposition. Another way it failed was that the rows disappeared.
Due to the fact that exceptions do not fire, I found it hard to understand what was happening. I was wondering if you had any debugging tips for me to better understand how the grid is not working.
For examle are there different files I should breakpoint/add logging to or is there additional logging I could turn on?
Thank you, this should be very helpful!