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
25
Can WebPanel detect that something was dragged and dropped on it?
posted

I have and application build with several WebPanels, and have set up the drag and drop framework to drag and drop items between the WebPanels. Visually, it works great.

But now I want to update a database based on the item that was dropped into a particular WebPanel. I am totally lost as to how to do that.

Are there events on the WebPanel that I can capture to detect that something has been dropped onto it?