We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

drag & drop, scrolling

Hi!

I''m using the GridControl (4.102.0.70). I''ve implemented drap & drop functionality by overriding onmousedown/onmousemove, etc... Everything is working great. However, if the user wants to drag and drop onto a cell that is not visible either because it''s too far to the right/left (hscroll) or too far to the bottom/top (vscroll), how can I go about making the gridcontrol scroll accordingly?

Thanks

GA

1 Reply

AD Administrator Syncfusion Team September 11, 2006 11:57 PM UTC

Hi Giancarlo,

This can be achieved by handling the DragOver event and check for the mouse is over the LastVisibleColumn or LastVisibleRow and accordingly scroll column or row wise in the timer event.

The following is the forum thread discusses with this issue. Please try it and let us know if you need any further assistance.
http://www.syncfusion.com/support/forums/message.aspx?MessageID=35109

Best regards,
Madhan

Loader.
Live Chat Icon For mobile
Up arrow icon