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
200
UltraGrid's DragOver - opossite event
posted

Hi,

The DragOver event occurs when object is dragged over the control's bound. I am using it in order to mark (with a red border, for example) the row on which the object pass over.

I am looking for an event that lets me know when the dragged element has left the row in order to deselect (draw the border in its normal color, for example black) the row which has been dragged past the element.

Is there an event for this? Or I have to use MouseOver and MouseLeft events?