Drag and Drop in the GDBG

I can''t drag and drop non-consecutive selections in my GDBG. Is this expected behavior? If yes, are there any plans to correct this?

1 Reply

AD Administrator Syncfusion Team December 13, 2005 12:47 AM UTC

This is by design. It mimics the behavior in Excel which does not support dragging multiple ranges. The reason is that the object in the OLE dataobject is a single tab/newline delimited string which Excel understands. If you want different behavior, you would have to implement your own D&D support.

Loader.
Up arrow icon