Drag&Drop problem

Hello !

Let me to explain a little my situation. I have 2 grids in a form. In the first grid I select a row and I want to drag it into the second grid where something is happen in background. My problem is that in the first grid during mouse moving process the first grid is scrolled. I want to "frozen" the selected row... not to scroll the grid.

I hope I was clear....

Thank you for your help !






3 Replies

FC F C November 5, 2008 02:58 PM UTC

Hello,

I forgot to tell you that I am using Syncfusion 3.3.0 version. :)

Best regards !

>Hello !

Let me to explain a little my situation. I have 2 grids in a form. In the first grid I select a row and I want to drag it into the second grid where something is happen in background. My problem is that in the first grid during mouse moving process the first grid is scrolled. I want to "frozen" the selected row... not to scroll the grid.

I hope I was clear....

Thank you for your help !









FC F C November 6, 2008 02:30 PM UTC

Hello,

I am sorry, but there is no solution for this problem or something is happen .... ??

Kind regards !

>Hello,

I forgot to tell you that I am using Syncfusion 3.3.0 version. :)

Best regards !

>Hello !

Let me to explain a little my situation. I have 2 grids in a form. In the first grid I select a row and I want to drag it into the second grid where something is happen in background. My problem is that in the first grid during mouse moving process the first grid is scrolled. I want to "frozen" the selected row... not to scroll the grid.

I hope I was clear....

Thank you for your help !











RC Rajadurai C Syncfusion Team January 26, 2009 10:50 AM UTC

Hi Venatir,

Thanks for your interest in Syncfusion products.

Sorry for the long delay in responding to you.

To disable the scrolling of grid while dragging, you have to handle the DragOver, DragEnter and MouseMove events with suitable code.

Please refer to the following sample that implements this.
http://websamples.syncfusion.com//samples/Grid.Windows/F77485.zip


Regards,
Rajadurai


Loader.
Up arrow icon