DragDrop in 1.6.1.0 to 3.3.0.0

Our application used Essential Suite 1.6.1.0 before. We want to use 3.3.0.0 this time,but the following problem occurred in DragDrop processing of Grid. When carrying out DragDrop processing of Grid,Drag might not be received for the AllowDrop Property of GridControl as for "true". Although the code was the same as the time of 1.6.1.0, such a problem did not arise. Please let me know about the cause and solution considered.

2 Replies

AD Administrator Syncfusion Team November 12, 2005 09:21 AM UTC

Hi DC, Please refer this sample: DragAndDrop.zip For more details please refer this sample also: C:\program files\syncfusion\essential studio\3.3.0.0\Windows\Grid.Windows\samples\Quick Start\OleDragDrop Let us know if this helps. Best Regards, Jeba.


AD Administrator Syncfusion Team November 12, 2005 09:44 AM UTC

Another thought. Are you trying to handle the grid.DragDrop event yourself? If so, you might try turning off the default drop support using the flags in the ControllerOptions property (unchecking the OleDropTarget flag).

Loader.
Up arrow icon