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
250
drag and drop with 2 grids
posted

i have two grids that i want to be able to drag from one grid to the other. im just not sure which methods i should be using for each grid. if anyone can just give me a quick runthrough on which methods for each grid i would need, i would really appreciate it. i just want the user to mousedown on grid one, then drag to grid 2, then mouseup on grid2. but mouseup on grid2 doesnt seem to fire unless the mousedown event was triggered on grid2 in the first place..... thanks alot